﻿@media (max-width: 1200px) {
    .Index .header-box {
        height: 0;
    }
    .Index #header {
        background-color: #ffffff;
    }
}
/**首页banner**/

.index-banner {
    position: relative;
    height: 100%;
}
.index-banner .swiper {
    height: 100%;
}
.index-banner .box {
    display: block;
    position: relative;
    height: auto;
    text-align: center;
}
.index-banner .box img {
    display: block;
    height: auto;
    object-fit: cover;
}
.index-banner .box .pc {
    display: inline;
}
.index-banner .box .phone {
    display: none;
}
.index-banner .swiper-slide {
    overflow: hidden;
}
.index-banner .swiper-slide.swiper-slide-active .content-box {
    transform: translate(0, 0);
    opacity: 1;
}
.index-banner .content-box {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(0, 30px);
    width: 100%;
    height: auto;
    text-align: center;
    opacity: 0;
    transition: transform 0.6s, opacity 0.4s;
    transition-delay: 1.5s;
}
.index-banner .content-box .h2-des {
    font-size: 32px;
    line-height: 1.4em;
    letter-spacing: 2px;
    color: #ffffff;
}
.index-banner .content-box .h2 {
    margin-top: 9px;
    background-image: linear-gradient(to bottom, #4c4aef, #fd242d);
    -webkit-background-clip: text;
    font-size: 64px;
    font-weight: bold;
    line-height: 1.4em;
    letter-spacing: 3px;
    color: transparent;
}
.index-banner .swiper-other {
    position: absolute;
    left: 0;
    bottom: 5.4%;
    width: 100%;
    z-index: 2;
}
.index-banner .swiper-other .cycle-box {
    --size: var(--cw);
    display: block;
}
.index-banner .swiper-other .cycle-box .cycle-son::before {
    --b-c: #ffffff;
    --b-w: 1px;
}
@media (max-width: 1600px) {
    .index-banner .content-box .h2-des {
        font-size: 26px;
        letter-spacing: 1px;
    }
    .index-banner .content-box .h2 {
        margin-top: 6px;
        font-size: 44px;
        letter-spacing: 2px;
    }
    .index-banner .swiper-other .swiper-pagination-bullet {
        --cw: 12px;
        margin: 0 8px;
    }
}
@media (max-width: 1441px) {
    .index-banner .content-box .h2-des {
        font-size: 22px;
        letter-spacing: 0;
    }
    .index-banner .content-box .h2 {
        margin-top: 2px;
        font-size: 40px;
        letter-spacing: 0;
    }
    .index-banner .swiper-other .swiper-pagination-bullet {
        --cw: 10px;
        margin: 0 6px;
    }
}
@media (max-width: 1200px) {
    .index-banner .box .pc {
        display: none;
    }
    .index-banner .box .phone {
        display: block;
    }
    .index-banner .content-box {
        transition-delay: 0.3s;
    }
    .index-banner .content-box .h2-des {
        font-size: 0.3rem;
    }
    .index-banner .content-box .h2 {
        margin-top: 0.2rem;
        font-size: 0.48rem;
    }
    .index-banner .swiper-other {
        bottom: 0.35rem;
    }
    .index-banner .swiper-other .swiper-pagination-bullet {
        --cw: 0.26rem;
        margin: 0 0.08rem;
    }
    .index-banner .swiper-other .swiper-pagination-bullet::before {
        border-width: 2px;
    }
    .index-banner .swiper-other .cycle-box {
        --b-w: 2px;
    }
}
.index-block-a {
    margin-top: var(--fs54)
}
.index-block-a .left-box {

    width: 50%;
    overflow: hidden;
    background:#f8f8f8;
    padding: 0 20px;
}
.index-block-a .left-box .auto-title {
    
    width: 100%;
    padding-right: 45px;
}
.index-block-a .left-box .flex-box {
    width: 100%;
    height: 100%;
}
.index-block-a .left-box .singale-news {
    
    /*width: 54.297%;*/
 width: 0;
    padding-bottom: 25px;
}
.index-block-a .left-box .singale-news .box {
    display: block;
    color: #000000;
}
.index-block-a .left-box .singale-news .box:hover {
    color: #0079c1;
}
.index-block-a .left-box .singale-news .box:hover .more {
    background-color: #06558f;
}
.index-block-a .left-box .singale-news .box:hover .looks {
    color: #0079c1;
}
.index-block-a .left-box .singale-news .box:hover .looks::before {
    background-image: url(../images/icon5_2.png);
}
.index-block-a .left-box .singale-news .img-box::before {
    content: "";
    display: block;
    width: 100%;
}
.index-block-a .left-box .singale-news .cont {
    margin-top: 35px;
    margin-bottom: 35px;
}
.index-block-a .left-box .singale-news .cont .time {
    margin-right: 5%;
    flex-shrink: 0;
    font-family: Montserrat-Regular;
}
.index-block-a .left-box .singale-news .cont .time .year {
    font-size: 60px;
    line-height: 0.8em;
    letter-spacing: -2px;
    color: #0079c1;
}
.index-block-a .left-box .singale-news .cont .time .date {
    font-size: 14px;
    line-height: 0.8em;
    color: #0079c1;
}
.index-block-a .left-box .singale-news .cont .text {
    width: calc(95% - 67px);
}
.index-block-a .left-box .singale-news .cont .text .title {
    color: #000;
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 24px;
}
.index-block-a .left-box .singale-news .cont .text .word {
    font-size: 14px;
    line-height: 22px;
    color: #999999;
}
.index-block-a .left-box .singale-news .other {
    font-family: Montserrat-Regular;
}
.index-block-a .left-box .singale-news .other .more {
    width: 126px;
    padding: 0 15px;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    color: #ffffff;
    background-color: #0079c1;
}
.index-block-a .left-box .list1 {
   /* width: 45.703%;*/
width: 100%;
    padding-top: 5px;
}
.index-block-a .right-box {
    width: 48.75%;
}
.index-block-a .right-box .margin-left {
    margin-left: 40px;
}
.index-block-a .right-box .padding-left {
    padding-left: 40px;
    border-top: 1px solid #ddd;
}
.index-block-a .right-box .video-auto-a+.auto-title {
    margin-top: 35px;
    margin-bottom: 25px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
.index-block-a .right-box .list2 {
    padding-bottom: 35px;
}
@media (max-width: 1630px) {
    .index-block-a .left-box .auto-title {
        padding-right: 25px;
    }
    .index-block-a .left-box .singale-news {
        padding-right: 25px;
    }
    .index-block-a .left-box .singale-news .cont .time .year {
        font-size: 50px;
    }
    .index-block-a .left-box .singale-news .other .more {
        width: 116px;
        line-height: 36px;
    }
    .index-block-a .right-box .margin-left {
        margin-left: 20px;
    }
    .index-block-a .right-box .padding-left {
        padding-left: 20px;
    }
    .index-block-a .right-box .video-auto-a+.auto-title {
        margin-top: 25px;
        margin-bottom: 15px;
    }
    .index-block-a .right-box .list2 {
        padding-bottom: 25px;
    }
}
@media (max-width: 992px) {
    .index-block-a .left-box {
        border-right: 0 none;
        width: 100%;
    }
    .index-block-a .left-box .auto-title {
        padding-right: 0;
    }
    .index-block-a .left-box .flex-box {
        height: auto;
    }
    .index-block-a .left-box .singale-news {
        width: 100%;
    }
    .index-block-a .left-box .list1 {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        width: 100%;
        padding-top: 0;
    }
    .index-block-a .left-box .singale-news {
        border-right: 0 none;
        padding-right: 0;
        padding-bottom: 20px;
    }
    .index-block-a .left-box .singale-news .cont {
        margin-top: 20px;
        margin-bottom: 15px;
        align-items: center;
    }
    .index-block-a .left-box .singale-news .cont .time {
        margin-right: 0;
        text-align: center;
    }
    .index-block-a .left-box .singale-news .cont .time .year {
        font-size: 36px;
    }
    .index-block-a .left-box .singale-news .cont .text {
        width: 100%;
        padding-left: 15px;
    }
    .index-block-a .left-box .singale-news .cont .text .title {
        margin-bottom: 5px;
        font-size: 16px;
        line-height: 22px;
    }
    .index-block-a .left-box .singale-news .other .more {
        width: 110px;
        line-height: 32px;
    }
    .index-block-a .right-box {
        width: 100%;
    }
    .index-block-a .right-box .margin-left {
        margin-left: 0;
    }
    .index-block-a .right-box .padding-left {
        padding-left: 0;
    }
}
.index-block-b {
    padding: 80px 0;
    background-color: #f8f8f8;
}
.index-block-b .title-box {
    margin-right: 15px;
    flex-direction: column;
    flex-shrink: 0;
}
.index-block-b .title-box .btns .btn {
    box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.2);
}
.index-block-b .title-box .btns .next {
    margin-left: 16px;
}
.index-block-b .swiper-box {
    width: 1250px;
    max-width: 80%;
}
.index-block-b .swiper-box .box {
    display: block;
    border: solid 1px #dddddd;
    padding: 30px 15px;
    text-align: center;
    background-color: #ffffff;
    color: #666666;
    transition: all 0.3s;
}
.index-block-b .swiper-box .box .imgs {
    display: inline-block;
    position: relative;
    vertical-align: top;
    max-width: 60%;
    font-size: 0;
    line-height: 0;
}
.index-block-b .swiper-box .box .imgs .img {
    opacity: 1;
}
.index-block-b .swiper-box .box .imgs .img_hover {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.index-block-b .swiper-box .box .imgs img {
    display: block;
}
.index-block-b .swiper-box .box .title {
    margin-top: 5px;
    font-size: 16px;
    line-height: 22px;
}
.index-block-b .swiper-box .box:hover {
    border-color: #0079c1;
    background-color: #0079c1;
    color: #ffffff;
}
.index-block-b .swiper-box .box:hover .imgs .img {
    opacity: 0;
}
.index-block-b .swiper-box .box:hover .imgs .img_hover {
    opacity: 1;
}
@media (max-width: 1630px) {
    .index-block-b {
        padding: 65px 0;
    }
}
@media (max-width: 1200px) {
    .index-block-b {
        padding: 45px 0;
    }
}
@media (max-width: 992px) {
    .index-block-b {
        padding: 35px 0;
        text-align: center;
    }
    .index-block-b .title-box {
        width: 100%;
        margin-right: 0;
    }
    .index-block-b .btns {
        padding-bottom: 15px;
        justify-content: space-between;
    }
    .index-block-b .swiper-box {
        width: 100%;
        max-width: 100%;
    }
}
.auto-title {
    padding-top: 27px;
    padding-bottom: 27px;
}
.auto-title .auto-title-h1 {
    font-size: 24px;
    line-height: 1.4em;
    color: var(--main-color);
    font-weight: bold;
}
.auto-title .auto-title-h1 .word {
    margin-left: 15px;
    font-family: Montserrat-Regular;
    font-size: 16px;
    color: #000000;
    opacity: 0.3;
}
.auto-title-a .auto-title-h1 {
    font-size: 28px;
    line-height: 1.4em;
    color: #333333;
}
.auto-title-a .auto-title-h2 {
    margin-left: 0;
    font-family: Montserrat-Regular;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    opacity: 0.3;
}
@media (max-width: 1630px) {
    .auto-title {
        padding-top: 24px;
        padding-bottom: 20px;
    }
    .auto-title-a .auto-title-h1 {
        font-size: 24px;
    }
    .auto-title-a .auto-title-h2 {
        font-size: 16px;
    }
}
@media (max-width: 1200px) {
    .auto-title .auto-title-h1 {
        font-size: 20px;
    }
    .auto-title .auto-title-h1 .word {
        font-size: 15px;
    }
    .auto-title-a .auto-title-h1 {
        font-size: 20px;
    }
    .auto-title-a .auto-title-h2 {
        font-size: 15px;
    }
}
/*å…³äºŽæˆ‘ä»¬*/























.tabMenu {
        border: 1px solid #ddd;
        width: 31.33%;
        float: left;
        margin: 1%;
    }
    .tabMenu .tabSide {
        display: none;
    }
    .tabMenu ul.active {
        display: block;
    }
    .tabMenu ul {
        padding: var(--fs20)
    }
    .indexnew-box {
        gap: var(--fs20);
    }
    .indexnew-box {
        overflow: hidden;
        position: relative;
    }
    .new-left, .new-right {
        border: 1px solid #ddd;
        margin-left: 10px;
        margin-top: 10px;
    }
    .new-stit span {
    
        gap: var(--fs12);
        font-size: var(--fs14);
    }
    .new-stit span em {
        border-radius: 10px;
        color: #194074;
        font-weight: bold;
        font-size: var(--fs18)
    }
    .new-stit span em.active {
        background: url(../images/listbg.png) no-repeat center bottom;
    }
    
    .new-tab ul {
        display: flex;
        gap: var(--fs20);
        padding:var(--fs20) 0 0 var(--fs20);
        color: #fff;
        margin-bottom: 0;
    
    }
    .new-tab ul li {
        border-radius: 10px;
        background: #0053ab;
        padding: var(--fs20);
    }
    
    .new-tab ul li.on {
    
        background: #3f96f2;
    
    }
    
    /*é¦–é¡µæ–°é—»*/
    
    .new-stit {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        color: #000;
        border-bottom: 1px solid #ccc;
        background: #f7f7f7;
        height: var(--fs52);
        line-height: var(--fs52);
        padding: 0 var(--fs20);
        align-items: center;
    }
    .new-stit a {
        font-size: var(--fs14);
        line-height: var(--fs54);
    }
    .indexnew-box .time {
        font-size: var(--fs12);
        display: block;
        color: #999;
        line-height: var(--fs32);
    }
    .indexnew-box .title {
        color: #333333;
        transition: all 0.3s;
        font-weight: 400;
    }
    .indexnew-box .des {
        margin-top: 20px;
        font-size: 16px;
        line-height: 1.5em;
        color: #999999;
        -webkit-line-clamp: 2;
    }
    .indexnew-box .imore {
        color: #777777;
        margin-top: 16px;
        font-size: 15px;
        background: url(../images/i_pic3.png) right center no-repeat;
        padding-right: 30px;
        background-size: 20px auto;
        float: left;
        transition: all 0.3s;
    }
    .indexnew-box .imore:hover {
        margin-left: 5px;
    }
    .indexnew-box .list .li:hover .imore {
        color: #0e4290;
        background-image: url(../images/i_pic3_on.png);
    }
    .indexnew-box .big-img {
        width: 49%;
        max-width: 800px;
        overflow: hidden;
    }
    .indexnew-box .big-img .img-box .date {
        position: absolute;
        left: 0;
        top: 0;
        width: 99px;
        height: 36px;
        background: linear-gradient(98deg, #0e4290, #9c0800);
        text-align: center;
        line-height: 36px;
        color: #fff;
        font-size: 15px;
        font-family: Arial;
        font-weight: 400;
    }
    .indexnew-box .big-img .cont {
        padding: 30px 0px 30px;
    }
    .indexnew-box .big-img:hover .title {
        color: #0e4290;
    }
    .tabMenu .li {
        overflow: hidden;
        height: var(--fs42);
        line-height: var(--fs42);
        border-bottom: 1px solid #f1f1f1;
        display: block;
        font-size: var(--fs12);
    }
    .tabMenu .li:last-child {
        margin-bottom: 0;
    }
    .tabMenu .des {
        -webkit-line-clamp: 2;
    }
    .tabMenu .li .title {}
    .tabMenu .li:hover .title {
        color: #0e4290;
    }
    .tabMenu .img-box {
        float: left;
        width: 222px;
        margin-right: 30px;
    }
    .tabMenu .txts {
        overflow: hidden;
        text-align: left;
        display: flex;
        justify-content: space-between;
        gap: var(--fs52);
    }
    .tabMenu .txts h3 {
        font-size: var(--fs18);
        overflow: hidden;
    }
    .tabMenu-2 {
        width: 64%
    }
    @media(max-width: 1200px) {
        .tabMenu, .tabMenu-2 {
            width: 98%
        }
        .tabMenu .txts h3 {
            font-size: 14px;
            overflow: hidden;
        }
        .new-tab ul li {
            font-size: 12px;
            padding: 5px 10px;
        }
    }
    @media(max-width: 992px) {
        .tabMenu .txts h3 {
            font-size: 12px;
            overflow: hidden;
        }
        .new-tab ul li {
            font-size: 12px;
            padding: 5px 10px;
        }
        .new-stit a{ float: right; }
    }
    
    
    
    @media(max-width:1200px) {
        .new-stit span em {
            font-size: var(--fs12)
        }
        .new-stit {
            height: var(--fs100);
            line-height: var(--fs100)
           
        }
        .new-stit span{ flex-wrap: wrap;}
    }
    /*å…³äºŽæˆ‘ä»¬*/

.index-about {
    overflow: hidden;
    background: url(../images/bg1.jpg) no-repeat center / cover;
}
.big-text {
    pointer-events: none;
    white-space: nowrap;
    font-weight: 600;
    font-size: 300px;
    line-height: 0.76em;
    letter-spacing: -9px;
    color: rgba(var(--main-color-rgb), 0.07);
    position: absolute;
}
.index-about .flex-box .big-text {
    /*margin-left: calc(var(--bettwen-1480-pad)*-1 - 0.02em);*/
}
.index-about .flex-box .img-div {
    --br: 10px;
    border-radius: var(--br);
    margin-left: 0;
    width: 40%;
}
.index-about .flex-box .img-div .video-block {
    border-radius: var(--br);
    overflow: hidden;
}
.index-about .flex-box .img-div img {
    display: block;
    width: 100%;
}
.index-about .flex-box .cont-div {
    width: 51.35%;
}
.index-about .flex-box .cont-div .text {
    --lh: 1.75em;
    max-height: calc(var(--lh)*6);
    overflow-y: auto;
    font-size: 16px;
    line-height: var(--lh);
    color: #666666;
}
.index-about .flex-box .cont-div .more-box-a {
    margin-top: 11%;
}
@media (max-width: 1600px) {
    .index-about {
        padding-top: 80px;
        padding-bottom: 70px;
    }
    .index-about .flex-box .img-div {
        --br: 10px;
        padding: 15px;
    }
    .index-about .flex-box .cont-div {
        width: 51.35%;
        padding-top: 3%;
    }
    .index-about .flex-box .cont-div .text {
        --lh: 1.7em;
        margin-top: 15px;
    }
    .index-about .flex-box .cont-div .more-box-a {
        margin-top: 6%;
    }
}
@media (max-width: 1200px) {
    .index-about {
        padding-top: 0.65rem;
        padding-bottom: 0.6rem;
    }
    .index-about .flex-box .img-div {
        --br: 0.15rem;
        order: 2;
        box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
        width: 100%;
        padding: 0.2rem;
    }
    .index-about .flex-box .cont-div {
        width: 100%;
        padding-top: 0.1rem;
    }
    .index-about .flex-box .cont-div .text {
        --lh: 1.6em;
        margin-top: 0.15rem;
        max-height: 100em;
        font-size: 0.28rem;
    }
    .index-about .flex-box .cont-div .more-box-a {
        margin-top: 0.25rem;
    }
    .index-about .flex-box .img-div img {
        padding-top: 0;
    }
}
.auto-title-block .auto-title-en {
    font-size: 20px;
    line-height: 0.7em;
    color: #333;
}
.auto-title-block .auto-title-en .text-transparent {
    -webkit-text-stroke: 1px var(--main-color);
    color: transparent;
}
.auto-title-block .auto-title-h2 {
    margin-top: 10px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4em;
    color: var(--h2-color);
}
.auto-title-block .auto-title-h2-des {
    margin-top: 10px;
    font-size: 32px;
    line-height: 1.4em;
    color: #666666;
}
@media (max-width: 1600px) {
    .auto-title-block .auto-title-en {
        font-size: 50px;
    }
    .auto-title-block .auto-title-h2 {
        margin-top: 7px;
        font-size: 22px;
    }
    .auto-title-block .auto-title-h2-des {
        margin-top: 5px;
        font-size: 28px;
    }
}
@media (max-width: 1200px) {
    .auto-title-block .auto-title-en {
        font-size: 0.4rem;
    }
    .auto-title-block .auto-title-h2 {
        margin-top: 0.15rem;
        font-size: 0.3rem;
    }
    .auto-title-block .auto-title-h2-des {
        margin-top: 0.1rem;
        font-size: 0.3rem;
    }
}
/*å…³äºŽæˆ‘ä»¬ end*/

/***标题***/

.auto-title-block {
    --text-color: 51, 51, 51;
    --text-des-color: 102, 102, 102;
    --text-opacity: 1;
    padding-top: clamp(3.5em, 4vw, 75px);
    padding-bottom: 2.5em;
    font-size: 16px;
    line-height: 1.4em;
}
.auto-title-block .auto-title-h2 {
    /*margin-top: var(--fs42);*/
    font-size: clamp(1.5em, 2.1vw, 30px);
    font-weight: bold;
    line-height: 1.4em;
    color: var(--main-color);
}
.auto-title-block .auto-title-des {
    margin-top: clamp(0.5em, 0.9vw, 1.1em);
    color: rgba(var(--text-des-color), var(--text-opacity));
}
@media (max-width: 1600px) {
    .auto-title-block .auto-title-h2 {
        font-size: clamp(1.5em, 1.8vw, 40px);
    }
    .auto-title-block .auto-title-des {
        margin-top: clamp(0.5em, 0.9vw, 1.1em);
        color: rgba(var(--text-des-color), var(--text-opacity));
    }
}
@media (max-width: 1200px) {
    .auto-title-block {
        padding-top: 2em;
        padding-bottom: 1.5em;
        font-size: 0.26rem;
    }
    .auto-title-block .auto-title-h2 {
        font-size: 1.5em;
    }
}
/***标题***/

.auto-title-block-a {
    --text-color: 35, 45, 57;
    --text-des-color: 137, 144, 153;
    --text-opacity: 1;
    padding-top: 4em;
    padding-bottom: 2.5em;
    font-size: 16px;
    line-height: 1.4em;
}
.auto-title-block-a .auto-title-a-h2 {
    font-size: 2.5em;
    line-height: 1.4em;
    color: rgba(var(--text-color), var(--text-opacity));
}
.auto-title-block-a .auto-title-a-des {
    margin-top: 0.5em;
    color: rgba(var(--text-des-color), var(--text-opacity));
}
@media (max-width: 1500px) {
    .auto-title-block-a {
        padding-top: 3em;
        padding-bottom: 2em;
    }
    .auto-title-block-a .auto-title-a-h2 {
        font-size: 2em;
    }
}
@media (max-width: 1200px) {
    .auto-title-block-a {
        padding-top: 1.5em;
        padding-bottom: 1.3em;
        font-size: 0.28rem;
    }
    .auto-title-block-a .auto-title-a-h2 {
        font-size: 1.3em;
    }
    .auto-title-block-a .auto-title-a-des {
        margin-top: 0.3em;
    }
}

.main .profession {
    padding: 0 0 60px 0;
    width: 100%;
    display: block;
    overflow:hidden;
    background:url(../images/bg1.jpg) no-repeat center / cover ;
}

.main .profession {
    margin-top: 80px;
    margin-bottom: 50px;
   
}

.main .profession ul {
    margin: 70px -11px 0 -11px;
}
.main .profession ul li {
    width: 25%;
    float: left;
    padding: 0 11px;
    margin-bottom: 22px;
}
.main .profession ul li a {
    display: block;
    position: relative;
}
.main .profession ul li a:hover .picc span {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}
.main .profession ul li a:hover .dtline span:nth-child(1) {
    animation: dtline1 .5s infinite alternate;
    -moz-animation: dtline1 .5s infinite alternate;
    -webkit-animation: dtline1 .5s infinite alternate;
    -o-animation: dtline1 .5s infinite alternate;
    animation-fill-mode: forwards;
}
.main .profession ul li a:hover .dtline span:nth-child(2) {
    animation: dtline2 .6s infinite alternate;
    -moz-animation: dtline2 .6s infinite alternate;
    -webkit-animation: dtline2 .6s infinite alternate;
    -o-animation: dtline2 .6s infinite alternate;
    animation-fill-mode: forwards;
}
.main .profession ul li a:hover .dtline span:nth-child(3) {
    animation: dtline3 .7s infinite alternate;
    -moz-animation: dtline3 .7s infinite alternate;
    -webkit-animation: dtline3 .7s infinite alternate;
    -o-animation: dtline3 .7s infinite alternate;
    animation-fill-mode: forwards;
}
.main .profession ul li .text {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    padding: 66px 54px;
}
.main .profession ul li .icon {
    height: 42px;
    line-height: 42px;
}
.main .profession ul li .icon img {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
}
.main .profession ul li .txt {
    font-size: 20px;
    color: #fff;
    margin: 16px 0;
}



@media(max-width: 1200px) {
    .main .profession {
        padding: 30px 0;
    }
    .main .profession ul {
        margin: 30px -5px 0 -5px;
    }
    .main .profession ul li {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .main .profession ul li .text {
        padding: 20px;
    }
}


@keyframes dtline1 {
    0% {
        height: 16px;
    }
    100% {
        height: 0;
    }
}
@-o-keyframes dtline1 {
    0% {
        height: 16px;
    }
    100% {
        height: 0;
    }
}
@-moz-keyframes dtline1 {
    0% {
        height: 16px;
    }
    100% {
        height: 0;
    }
}
@-webkit-keyframes dtline1 {
    0% {
        height: 16px;
    }
    100% {
        height: 0;
    }
}
@keyframes dtline2 {
    0% {
        height: 12px;
    }
    50% {
        height: 16px;
    }
    100% {
        height: 0;
    }
}
@-o-keyframes dtline2 {
    0% {
        height: 12px;
    }
    50% {
        height: 16px;
    }
    100% {
        height: 0;
    }
}
@-moz-keyframes dtline2 {
    0% {
        height: 12px;
    }
    50% {
        height: 16px;
    }
    100% {
        height: 0;
    }
}
@-webkit-keyframes dtline2 {
    0% {
        height: 12px;
    }
    50% {
        height: 16px;
    }
    100% {
        height: 0;
    }
}
@keyframes dtline3 {
    0% {
        height: 8px;
    }
    50% {
        height: 16px;
    }
    100% {
        height: 0;
    }
}
@-o-keyframes dtline3 {
    0% {
        height: 8px;
    }
    50% {
        height: 16px;
    }
    100% {
        height: 0;
    }
}
@-moz-keyframes dtline3 {
    0% {
        height: 8px;
    }
    50% {
        height: 16px;
    }
    100% {
        height: 0;
    }
}
@-webkit-keyframes dtline3 {
    0% {
        height: 8px;
    }
    50% {
        height: 16px;
    }
    100% {
        height: 0;
    }
}
.dtline span {
    width: 2px;
    height: 16px;
    background: #fff;
    margin-right: 4px;
    display: inline-block;
    vertical-align: bottom;
}
.dtline span:nth-child(1) {
    height: 16px;
}
.dtline span:nth-child(2) {
    height: 12px;
}
.dtline span:nth-child(3) {
    height: 8px;
}
.dtline.dh span:nth-child(1) {
    animation: dtline1 .5s infinite alternate;
    -moz-animation: dtline1 .5s infinite alternate;
    -webkit-animation: dtline1 .5s infinite alternate;
    -o-animation: dtline1 .5s infinite alternate;
    animation-fill-mode: forwards;
}
.dtline.dh span:nth-child(2) {
    animation: dtline2 .6s infinite alternate;
    -moz-animation: dtline2 .6s infinite alternate;
    -webkit-animation: dtline2 .6s infinite alternate;
    -o-animation: dtline2 .6s infinite alternate;
    animation-fill-mode: forwards;
}
.dtline.dh span:nth-child(3) {
    animation: dtline3 .7s infinite alternate;
    -moz-animation: dtline3 .7s infinite alternate;
    -webkit-animation: dtline3 .7s infinite alternate;
    -o-animation: dtline3 .7s infinite alternate;
    animation-fill-mode: forwards;
}
.picc {
    overflow: hidden;
}
.picc img {
    width: 100%;
    display: block;
}
.picc span {
    display: block;
    background: no-repeat center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
}


/*å…³äºŽæˆ‘ä»¬*/
.index-about{ background:#f8f8f8; }
.i_two{ margin-top:6%; margin-bottom:6%; }
.i_two .imgs{ float:left; width:48.5%; position:relative;}
.i_two .imgs:after{ content:""; width:111px; height:111px; left:-111px; bottom:-25px; position:absolute; background:url(../images/i_pic5.png) no-repeat; background-size:100% 100%;}
.i_two .imgs img{ width:100%;}
.i_two .txts{ float:right; width:49%; overflow:hidden; max-width:660px; background:url(../images/i_bg5.png) 60% bottom no-repeat; background-size:410px auto; padding-bottom:4%;}
.i_two  .cons{ color:#888888; font-size:16px; overflow:hidden; line-height:36px; margin-top:5%;}
.i_two  .cons p{ padding-bottom:5px; color: #000}
.i_two .counter{ overflow:hidden; text-align:center; margin-top:7%;}
.i_two .counter ul li{ display:inline-block; vertical-align:top; padding-right:5.5%; margin-right:5.5%; transition:all 0.3s; position:relative; text-align:center; }
.i_two .counter ul li:after{ content:""; position:absolute; right:0; top:50%; margin-top:-24px; height:48px; width:1px; background:#e6e6e6;}
.i_two .counter ul li:last-child:after{ width:0;}
.i_two .counter ul li:last-child{ margin-right:0; padding-right:0;}
.i_two .counter ul li .txts2{}
.i_two .counter ul li .nums{ overflow:hidden; color:#333; line-height:1;}
.i_two .counter span{display:inline-block; vertical-align:top; overflow:hidden;  color:#d8271c; font-weight:bold; font-family:Arial;}
.i_two .counter label{display:inline-block;vertical-align:top; margin-top:-5%; line-height:2;font-weight:500; font-size:14px; color:#999999;  }
.i_two .counter .h6{ font-weight: normal; font-size:14px;  overflow:hidden; line-height:24px; height:24px;  white-space:nowrap;text-overflow:ellipsis; margin-top:2px; margin-bottom:6px; color:rgba(51,51,51,0.5);}
.i_two .counter ul li:hover{-webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0);}
.i_title2.bgs1{ background-image:url(../images/i_t2.png);}
.i_title2.bgs2{ background-image:url(../images/i_t3.png);}
.i_title2.bgs3{ background-image:url(../images/i_t5.png);background-size:auto 85px;}
.i_title2{ overflow:hidden; margin-top:5%; background-repeat:no-repeat; background-size:auto 61px; background-position:left top; text-align:left;}
.i_title2 .h3{ font-weight:bold; font-size: var(--fs42); overflow:hidden; color:#333; margin-top:25px; line-height:1.1;}
.i_title2.bgs3 .h3{ margin-top:35px;}
.i_title2 .h3 span{ display:inline-block; vertical-align:middle; margin-left:2%; margin-right:2%;font-size: var(--fs18);}
.i_title2 .p{ color:#000; overflow:hidden;margin-top:6%; padding-top:7%; position:relative; font-size: var(--fs24);}
.i_title2 .p:after{ content:""; position:absolute; top:0; left:0; width:63px; height:3px; background:#d8271c;}



@media screen and (max-width:1440px) {

/*关于我们*/
.i_two .counter ul li{ padding-right:5%; margin-right:5%; }
.i_two .counter span{ font-size:42px;}
.i_title2{ background-size:auto 55px;}
.i_title2.bgs3{background-size:auto 78px;}
}
@media screen and (max-width:1360px) {

/*关于我们*/
.i_two .counter{ margin-top:4%;}
.i_two .counter ul li{ float:left; width:25%;padding-right:0%; margin-right:0%; }
.i_two .counter span{ font-size:40px;}

}
@media screen and (max-width:1200px) {
/*关于我们*/
.i_two .txts{background-size: 350px auto;}
.i_two .cons{ font-size:15px; line-height:30px;}
.i_two .counter .h6{ font-size:13px;}
.i_two .counter label{ font-size:13px;}
.i_two .counter span{ font-size:32px;}

}
@media screen and (max-width:1100px) {

/*关于我们*/
.i_two .cons{ line-height:26px; margin-top:4%;}
.i_two .counter{ margin-top:3%; overflow:visible;}
.i_two .counter .h6{ font-size:14px;}
.i_two .counter ul li .nums{ line-height:normal; overflow:visible;}
.i_two .counter span{ font-size:30px;}
.i_title2{ margin-top:3%;}
.i_title2.bgs3{background-size:auto 65px;}

}
@media screen and (max-width:960px) {

/*关于我们*/
.i_title2{ background-size:auto 50px; margin-top:0; }
.i_title2.bgs3{background-size:auto 55px;}
.i_title2 .h3{ margin-top:20px;}
.i_title2.bgs3 .h3{ margin-top:25px;}
.i_two .txts{background-size: 300px auto;}
.i_two .cons{ font-size:14px; line-height:24px;}

}


@media screen and (max-width: 780px) {

/*关于我们*/
.i_title2{ background-size:auto 40px; margin-top:7%;  }
.i_title2.bgs3{background-size:auto 62px;background-position:center top;text-align:center;}
.i_title2.bgs1{background-position:center top;text-align:center;}
.i_title2 .h3{ margin-top:18px;}
.i_title2.bgs3 .h3{ margin-top:23px;}
.i_title2 .p{ margin-top:4%; padding-top:4%;}
.i_title2.bgs1 .p:after,.i_title2.bgs3 .p:after{ left:50%; margin-left:-31px;}
.i_two .imgs{ float:none; width:100%;}
.i_two .txts{ float:none; width:100%; max-width:none; margin-top:3%;background-size: 250px auto;}
.i_two .cons{ margin-top:4%;}
.i_two .counter{ margin-top:7%;}
.i_two .counter label{ font-size:13px;}
.i_two .counter .h6{ font-size:13px;}
.i_two .counter span{ font-size:26px;}

}
@media screen and (max-width: 640px) {

/*关于我们*/
.i_title2{ background-size:auto 36px; }
.i_title2.bgs3{background-size:auto 56px;}
.i_title2 .h3{ margin-top:15px;}
.i_title2.bgs3 .h3{ margin-top:20px;}
.i_title2.bgs2{background-position:center top;text-align:center;}
.i_title2.bgs2 .p:after{ left:50%; margin-left:-31px;}
.i_two .counter ul li{ width:49%; text-align:center; margin-bottom:2%;}
.i_two .counter ul li:nth-child(2):after{ width:0;}

}

@media screen and (max-width: 480px) {

/*关于我们*/
.i_title2{ background-size:auto 30px; }
.i_title2.bgs3{background-size:auto 50px;}
}

@media screen and (max-width: 420px) {
/*关于我们*/
.i_two .counter .h6{ font-size:12px;}
.i_two .counter label{ font-size:12px;}

}

@keyframes mymove6
{
    from {filter:alpha(opacity=0);opacity:0;  -webkit-transform: translateY(100px) translateX(0);
  -moz-transform: translateY(60px) translateX(0);
  transform: translateY(60px) translateX(0);
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;}
    to { filter:alpha(opacity=100);opacity:1; -webkit-transform: translateY(0px) translateX(0);
  -moz-transform: translateY(0px) translateX(0);
  transform: translateY(0px) translateX(0);}
}

@-webkit-keyframes mymove6
{
    /*from { filter:alpha(opacity=0);opacity:0; margin-bottom:-20%;}
    to {margin-bottom:3%;filter:alpha(opacity=1);opacity:1;}*/
    from {filter:alpha(opacity=0);opacity:0;  -webkit-transform: translateY(100px) translateX(0);
  -moz-transform: translateY(60px) translateX(0);
  transform: translateY(60px) translateX(0);
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;}
    to { filter:alpha(opacity=100);opacity:1; -webkit-transform: translateY(0px) translateX(0);
  -moz-transform: translateY(0px) translateX(0);
  transform: translateY(0px) translateX(0);}
}





















.index-about {
    --wrap-w: var(--wrap-1600-width);
    position: relative;
    height: 100%;
    background: url(../images/bg4.jpg) no-repeat center / cover;
    overflow: hidden;
}
.index-about .cont {
    margin-top: 30px;
    margin-bottom: 33px;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    max-width: 100%;
    font-size: 20px;
    line-height: 1.8em;
    color: #333333;
}
.index-about .i-num-list {
    margin-top: 73px;
    gap: 80px;
}
.index-about .i-num-list .i-num-li {
    display: flex;
    align-items: flex-end;
}
.index-about .i-num-list .line {
    display: block;
    width: 1px;
    height: 69px;
    background-color: #000000;
    transform: skewX(-30deg);
}
.index-about .i-num-list img {
    display: inline-block;
}
.index-about .i-num-list .num-box {
    margin-left: 18px;
    margin-right: 12px;
    font-size: 72px;
    font-weight: bold;
    line-height: 0.7em;
    letter-spacing: -2px;
    color: #333333;
}
.index-about .i-num-list .mini-word {
    margin-bottom: -0.2em;
    text-align: left;
    font-size: 18px;
    line-height: 1.4em;
    color: #666666;
}
.index-about .i-num-list .mini-word .dw {
    margin-bottom: 0.3em;
}
@media (max-width: 1600px) {
    .index-about .cont {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .index-about .i-num-list {
        margin-top: 50px;
    }
    .index-about .i-num-list .num-box {
        font-size: 60px;
    }
}
@media (max-width: 1441px) {
    .index-about .cont {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .index-about .i-num-list {
        margin-top: 40px;
    }
    .index-about .i-num-list .line {
        height: 55px;
    }
    .index-about .i-num-list img {
        zoom: 0.8;
    }
    .index-about .i-num-list .num-box {
        margin-left: 12px;
        margin-right: 10px;
        font-size: 50px;
    }
    .index-about .i-num-list .mini-word {
        font-size: 16px;
    }
}
@media (max-width: 1200px) {
    .index-about .cont {
        margin-top: 0.3rem;
        margin-bottom: 0.3rem;
        font-size: 0.28rem;
        line-height: 1.6em;
    }
    .index-about .i-num-list {
        gap: 0.4rem;
        margin-top: 0.6rem;
        justify-content: center;
    }
    .index-about .i-num-list .i-num-li {
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .index-about .i-num-list .line {
        height: 0.5rem;
    }
    .index-about .i-num-list img {
        zoom: 0.8;
    }
    .index-about .i-num-list .num-box {
        font-size: 0.78rem;
    }
    .index-about .i-num-list .mini-word {
        font-size: 0.24rem;
    }
    .index-about .i-num-list .mini-word .dw {
        margin-bottom: 0;
        margin-right: 0.4em;
    }
}
.index-product {
    --wrap-w: var(--wrap-1600-width);
    position: relative;
    height: 100%;
    overflow: hidden;
}
/*首页产品中心*/

.index-product .next-menu {
    margin-bottom: 0.3rem
}
.index-product .next-menu .swiper .swiper-slide .link {
    background: #7d9fbf;
    margin-right: 0.1rem;
    border-radius: 20px;
}
.index-product .next-menu .swiper .swiper-slide .link:hover {
    background: var(--main-color);
}
/*首页服务*/

#m2 {
    position: relative;
    z-index: 2;
    background: #fff;
    background: url('../images/bigimg1.jpg') no-repeat center/cover;
    padding-bottom: var(--fs100);
    display: block;
    overflow: hidden;
}
#m2 .list {
    width: 100%;
    /*background: #eee url('../images/probg1.jpg') no-repeat center/cover; 


*/
    height: calc(35vh);
    position: relative;
}
#m2 .list .pbg1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .65s ease;
    z-index: 2
}
#m2 .list .pbg1 {
    transition: 1s;
    z-index: 2
}
#m2 .list .active {
    opacity: 1;
}
#m2 .list .item {
    width: 33.33%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    z-index: 2;
    text-align: center;
    transition: all .55s;
    padding: 0 var(--fs20) 0 var(--fs20);
}
#m2 .list:hover .item, #m2 .list:hover .item.on {
    color: #fff
}
#m2 .list .item:last-child {
    border-right: 0px none;
}
#m2 .list .item .pbg {
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(#004ab9, #6097ea);
    opacity: 0;
    transition: all .4s;
    z-index: 1;
    right: 0;
}
#m2 .list .item:hover .pbg {
    opacity: .5;
}
#m2 .list .item:hover .tit, #m2 .list .item:hover .desc {
    color: #fff
}
@media (max-width:1439px) {
    /*1366*/
    #m2 .tit-container .desc {
        font-size: 1.6rem;
    }
}
#m2 .list .wrapper {
    display: flex;
    height: 100%;
    position: relative;
}
#m2 .list .box {
    position: relative;
    z-index: 2;
    top: 25%;
    transition: all .35s;
}
#m2 .list .wrapper .active {
    top: 20%;
}
#m2 .list .item i {
    font-size: var(--fs20);
    background: linear-gradient(#fb5483, #4488fa);
    -webkit-background-clip: text;
    color: transparent;
    height: var(--fs20);
    line-height: var(--fs20);
    transition: all .35s;
}
#m2 .list .item i.icon-buildings_tower- {
    font-size: 9.6rem;
}
#m2 .list .item i.icon-taiyangnengdianchi {
    font-size: 9.4rem;
}
#m2 .list .item i.icon-ditie {
    font-size: 9.6rem;
}
#m2 .list .item .active i {
    color: #fff;
}
#m2 .list .item .tit {
    font-size: var(--fs18);
    color: #fff;
    margin-top: 32px;
    transition: all .35s;
}
#m2 .list .item .active .tit {
    color: #fff;
    font-size: 4rem;
}
#m2 .list .item .desc {
    font-size: 0.18rem;
    color: #fff;
    line-height: 1.6;
    /*height: 50px;*/
    transition: all .35s;
    max-width: 350px;
    margin: 28px auto auto auto;
}
#m2 .list .item .active .desc {
    color: rgba(255, 255, 255, .8);
}
#m2 .list .item .more {
    margin: 85px;
    border: 1px solid #d3d3d3;
    font-size: 0.1rem;
    padding: 15px 35px;
    display: inline-block;
    border-radius: 50px;
    color: #999;
    transition: all .28s;
}
#m2 .list:hover .more {
    opacity: .7;
    background: #fff;
    color: #666;
    border: 1px solid #fff;
}
#m2 .list .active .more {
    opacity: .7;
    background: #fff;
    color: #666;
    margin-top: 110px;
    border: 1px solid #fff;
}
#m2 .list .item .more:hover {
    opacity: 1;
    color: #5f8cec;
}
.pingtaititle {
    position: absolute;
    z-index: 100;
    color: #fff
}
@media (max-width:1679px) {
    /*1440*/
    #m2 .list .item i {}
    #m2 .list .item i.icon-buildings_tower- {
        font-size: 8.6rem;
    }
    #m2 .list .item i.icon-taiyangnengdianchi {
        font-size: 8.4rem;
    }
    #m2 .list .item i.icon-ditie {
        font-size: 8.6rem;
    }
    #m2 .list .item .active .tit {
        font-size: 0.2rem;
    }
    #m2 .list .item .desc {
        font-size: 0.15rem;
    }
}
@media (max-width:1439px) {
    /*1366*/
    #m2 .list .item i {}
    #m2 .list .item i.icon-buildings_tower- {
        font-size: 8.2rem;
    }
    #m2 .list .item i.icon-taiyangnengdianchi {
        font-size: 8rem;
    }
    #m2 .list .item i.icon-ditie {
        font-size: 0.8rem;
    }
    #m2 .list .item .active .tit {
        font-size: 0.3rem;
    }
    #m2 .list .item .desc {
        font-size: 0.14rem;
    }
    #m2 .list .item .tit {
        margin-top: 10px;
    }
    #m2 .list .item .active .tit {
        font-size: 0.3rem;
    }
    #m2 .list .item .box .desc {
        font-size: 0.14rem;
        max-width: 90%;
        margin: 20px auto auto auto;
    }
    #m2 .list .item .more {
        margin: 40px;
        font-size: 0.14rem;
        padding: 13px 32px;
    }
    #m2 .list>.pbg {
        display: none;
    }
}
@media (max-width:1365px) {
    /*1280*/
    #m2 .list .item .tit {}
    #m2 .list .item .active .tit {
        font-size: 0.27rem;
    }
    #m2 .list .item .desc {
        font-size: 0.13rem;
        padding: 0 10px;
    }
}
@media (max-width:1279px) {
    /*MP*/
    #m2 .tit-container {
        background: #111 url('../images/probg1.jpg') no-repeat center/cover;
        padding: 50px 0 55px 0;
        overflow: hidden;
        display: block;
        width: 100%;
        clear: both;
    }
    #m2 .tit-container .desc {
        padding: 0 15px;
    }
    #m2 .list .item:hover .pbg {
        opacity: 0;
    }
    #m2 .list .item.active .pbg {
        opacity: .75;
    }
    #m2 .list {
        height: auto;
        background: none;
    }
    #m2 .list .wrapper {
        display: block;
        height: auto;
    }
    #m2 .list .item {
        width: 50%;
        height: auto;
        border-right: 0px none;
        border-bottom: 1px solid #eee;
        float: left
    }
    #m2 .list .box {
        top: 0;
        padding: 30px 15px;
    }
    #m2 .list .item i {}
    #m2 .list .item i.icon-buildings_tower- {
        font-size: 5.6rem;
    }
    #m2 .list .item i.icon-taiyangnengdianchi {
        font-size: 5.4rem;
    }
    #m2 .list .item i.icon-ditie {
        font-size: 5.6rem;
    }
    #m2 .list:hover .more {
        opacity: 1;
        background: unset;
        color: #999;
        border: 1px solid #d3d3d3;
    }
    #m2 .list .item.active .more {
        opacity: .7;
        background: #000;
        color: #666;
        border: 1px solid #fff;
    }
    #m2 .list .item .pbg {
        width: 100%;
        height: 100%;
        position: absolute;
        background: linear-gradient(#006db8, #004e84);
        opacity: 0;
        transition: all .4s;
    }
    #m2 .list .item:hover .pbg {
        opacity: .5;
    }
    #m2 .list .item:hover .tit, #m2 .list .item:hover .desc {
        color: #fff
    }
    #m2 .list:hover .item .more {
        color: #fff
    }
}
@media (max-width:1080px) {
    #m2 .list .item .tit {}
}
/*新闻中心*/

.index-news_bg {
    background: #fff;
    overflow: hidden;
    position: relative;
    background: #f8f8f8;
}
.index-news .list-box {
    --br: 20px;
    color: #ffffff;
}
.index-news .list-box .time {
    font-size: 15px;
    line-height: 1em;
    color: #CACACA;
    margin-bottom: 15px;
    display: block;
    margin-top: 10px;
}
.index-news .list-box .title {
    line-height: 1.4em;
    color: #333333;
    transition: all 0.3s;
    font-weight: 400;
}
.index-news .list-box .des {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.5em;
    color: #999999;
    -webkit-line-clamp: 2;
}
.index-news .list-box .imore {
    color: #777777;
    margin-top: 16px;
    font-size: 15px;
    background: url(../images/i_pic3.png) right center no-repeat;
    padding-right: 30px;
    background-size: 20px auto;
    float: left;
    transition: all 0.3s;
}
.index-news .list-box .imore:hover {
    margin-left: 5px;
}
.index-news .list-box .list .li:hover .imore {
    color: #0e4290;
    background-image: url(../images/i_pic3_on.png);
}
.index-news .list-box .big-img {
    width: 49%;
    max-width: 800px;
    overflow: hidden;
}
.index-news .list-box .big-img .cont1 {
    padding: var(--fs20);
}
.index-news .list-box .big-img .img-box::before {
    /*padding-top: 54.858%;*/
}
.index-news .list-box .big-img .img-box .date {
    position: absolute;
    left: 0;
    top: 0;
    width: 99px;
    height: 36px;
    background: linear-gradient(98deg, #0e4290, #870700);
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 15px;
    font-family: Arial;
    font-weight: 400;
}
.index-news .list-box .big-img .cont {
    padding: 30px 0px 30px;
}
.index-news .list-box .big-img:hover .title {
    color: #0e4290;
}
.index-news .list-box .list {
    width: 49%;
    max-width: 688px;
    overflow: hidden;
}
.index-news .list-box .list .li {
    margin-bottom: var(--fs20);
    overflow: hidden;
    padding: var(--fs20)
}
.index-news .list-box .list .li:last-child {
    margin-bottom: 0;
}
.index-news .list-box .list .des {
    -webkit-line-clamp: 2;
}
.index-news .list-box .list .li .title {
    line-height: 28px;
    height: 56px;
}
.index-news .list-box .list .li:hover .title {
    color: #0e4290;
}
.index-news .list-box .list .img-box::before {
    /*padding-top:135px;*/
}
.index-news .list-box .list .img-box {
    float: left;
    width: 222px;
    margin-right: 30px;
}
.index-news .list-box .list .txts {
    overflow: hidden;
    text-align: left;
}
/*新闻中心*/

.index-news_bg {
    background: #f8f8f8;
    overflow: hidden;
    position: relative;
    --wrap-w: var(--wrap-1600-width);
    position: relative;
    height: 100%;
    background: ;
    overflow: hidden;
}
.index-news {
    overflow: hidden;
    padding-bottom: 5%;
    position: relative;
}
.index-news .list-box {
    --br: 20px;
    color: #ffffff;
}
.index-news .list-box .time {
    font-size: 15px;
    line-height: 1em;
    color: #CACACA;
    margin-bottom: 15px;
    display: block;
    margin-top: 10px;
}
.index-news .list-box .title {
    line-height: 1.4em;
    color: #333333;
    transition: all 0.3s;
    font-weight: 400;
}
.index-news .list-box .des {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.5em;
    color: #999999;
    -webkit-line-clamp: 2;
}
.index-news .list-box .imore {
    color: #777777;
    margin-top: 16px;
    font-size: 15px;
    background: url(../images/i_pic3.png) right center no-repeat;
    padding-right: 30px;
    background-size: 20px auto;
    float: left;
    transition: all 0.3s;
}
.index-news .list-box .imore:hover {
    margin-left: 5px;
}
.index-news .list-box .list .li:hover .imore {
    color: #0e4290;
    background-image: url(../images/i_pic3_on.png);
}
.index-news .list-box .big-img {
    width: 49%;
    max-width: 800px;
    overflow: hidden;
}
.index-news .list-box .big-img .img-box .date {
    position: absolute;
    left: 0;
    top: 0;
    width: 99px;
    height: 36px;
    background: linear-gradient(98deg, #0e4290, #9c0800);
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 15px;
    font-family: Arial;
    font-weight: 400;
}
.index-news .list-box .big-img .cont {
    padding: 30px 0px 30px;
}
.index-news .list-box .big-img:hover .title {
    color: #0e4290;
}
.index-news .list-box .list {
    width: 49%;
    max-width: 775px;
    overflow: hidden;
}
.index-news .list-box .list .li {
    margin-bottom: var(--fs20);
    overflow: hidden;
}
.index-news .list-box .list .li:last-child {
    margin-bottom: 0;
}
.index-news .list-box .list .des {
    -webkit-line-clamp: 2;
}
.index-news .list-box .list .li .title {
    line-height: 28px;
    height: 56px;
}
.index-news .list-box .list .li:hover .title {
    color: #0e4290;
}
.index-news .list-box .list .img-box {
    float: left;
    width: 222px;
    margin-right: 30px;
}
.index-news .list-box .list .txts {
    overflow: hidden;
    text-align: left;
}
@media screen and (max-width: 1400px) {
    /*新闻中心*/
    .index-news .list-box .list .li {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 1200px) {
    /*新闻中心*/
    .index-news .list-box .list .li {
        margin-bottom: 30px;
    }
    /*新闻中心*/
    .index-news {
        padding-bottom: 8%;
        margin-top: 5%;
    }
    .index-news .list-box .flex-box {
        display: block;
    }
    .index-news .list-box .big-img {
        width: 100%;
        max-width: none;
    }
    .index-news .list-box .big-img .img-box .date {
        font-size: 14px;
    }
    .index-news .list-box .list {
        width: 100%;
        max-width: none;
        margin-top: 2%;
    }
    .index-news .list-box .list .li {
        margin-bottom: 3%;
    }
    .index-news .list-box .imore {
        font-size: 14px;
    }
    .index-news .list-box .time {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .index-news .list-box .des {
        font-size: 15px;
    }
}
@media screen and (max-width: 1100px) {}
@media screen and (max-width: 960px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 480px) {
    /*新闻中心*/
    .index-news .list-box .big-img .img-box .date {
        font-size: 13px;
    }
    .index-news .list-box .des {
        font-size: 14px;
        margin-top: 10px;
    }
    .index-news .list-box .time {
        font-size: 13px;
    }
    .index-news .list-box .imore {
        font-size: 13px;
        margin-top: 12px;
    }
    .index-news .list-box .title {
        font-size: 16px;
    }
    .index-news .list-box .list .img-box {
        width: 200px;
        margin-right: 10px;
    }
    .index-news .list-box .list .li .title {
        line-height: 24px;
        height: 48px;
    }
}
@media screen and (max-width: 420px) {
    .index-news .list-box .big-img .img-box .date {
        font-size: 12px;
        width: 90px;
        height: 32px;
        line-height: 32px;
    }
    .index-news .list-box .big-img .cont {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .index-news .list-box .list .img-box {
        width: 160px;
    }
    .index-news .list-box .list .img-box::before {}
    .index-news .list-box .time {
        font-size: 12px;
        margin-top: 5px;
    }
    .index-news .list-box .list .li .title {
        line-height: 22px;
        height: 44px;
        font-size: 15px;
    }
    .index-news .list-box .imore {
        font-size: 12px;
        margin-top: 6px;
    }
}
.index-ingenuity {
    --wrap-w: var(--wrap-1600-width);
    position: relative;
    height: 100%;
    background: url(../images/bg1.png) no-repeat left / 50%;
    overflow: hidden;
    padding-bottom: var(--fs54)
}
.index-ingenuity .auto-title-en {
    width: var(--wrap-1600-width);
    white-space: nowrap;
}
.index-ingenuity .left-cont {
    width: 40%;
    color: #333333;
}
.index-ingenuity .left-cont ul li {
    color: #fff;
    margin-bottom: var(--fs30);
    border-radius: 10px;
}
.index-ingenuity .left-cont ul li dl {
    font-size: var(--fs30);
    color: #fff;
}
.index-ingenuity .left-cont ul li:hover {}
.index-ingenuity .left-cont .cont {
    font-size: var(--fs18);
    font-weight: normal;
    line-height: 1.4em;
}
.index-ingenuity .left-cont .des {
    margin-top: 17px;
    font-size: 18px;
    line-height: 1.4em;
}
.index-ingenuity .ul {
    --pad: 10px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.index-ingenuity .ul .li {
    width: 48%;
    padding: calc(var(--pad)*1);
}
.index-ingenuity .ul .li-box {
    display: block;
    border-radius: 10px;
    height: 100%;
    transition: all 0.3s;
}
.index-ingenuity .ul .li-box:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
    background-blend-mode: normal, normal;
}
.index-ingenuity .ul .li-box:hover .i-h .i {
    opacity: 0;
}
.index-ingenuity .ul .li-box:hover .i-h .h {
    opacity: 1;
}
.index-ingenuity .ul .li-box:hover .word {
    color: #ffffff;
}
.index-ingenuity .ul .li-box:hover .more-box-a .more-box .more-box-a-jt {
    --fill: var(--main-color);
    background: #ffffff;
}
.index-ingenuity .ul .li-box:hover .more-box-a .more-box .more-word {
    border-bottom-color: #ffffff;
    color: #ffffff;
}
.index-ingenuity .ul .i-h {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.index-ingenuity .ul .i-h img {
    display: block;
    opacity: 0;
    transition: opacity 0.3s;
}
.index-ingenuity .ul .i-h .i {
    opacity: 1;
}
.index-ingenuity .ul .i-h .h {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.index-ingenuity .ul .word {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5em;
    color: #333333;
}
.index-ingenuity .ul .more-box-a {
    margin-top: 20px;
}
.index-ingenuity p {
    color: #fff;
    font-size: var(--fs18)
}
.index-ingenuity .right-cont {
    --cyclew: 60%;
    --csonw: 110px;
    width: var(--cyclew);
}
.index-ingenuity .right-cont .cycle-block {
    position: relative;
}
.index-ingenuity .right-cont .cycle-block::before {
    content: '';
    display: block;
    padding-top: 100%;
}
.index-ingenuity .right-cont .big-cycle {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid var(--main-color);
    animation: cycle1 infinite 40s linear;
}
.index-ingenuity .right-cont .big-cycle .p1 {
    left: 26%;
    top: 6%;
}
.index-ingenuity .right-cont .big-cycle .p2 {
    left: 86%;
    top: 85%;
}
.index-ingenuity .right-cont .big-cycle .cycle-son {
    animation: cycle2 infinite 40s linear;
}
.index-ingenuity .right-cont .mid-cycle {
    position: absolute;
    left: 15.66%;
    top: 15.66%;
    width: 68.32%;
    height: 68.32%;
    border-radius: 50%;
    border: 1px dashed var(--main-color);
    animation: cycle2 infinite 40s linear;
}
.index-ingenuity .right-cont .mid-cycle .cycle-son {
    animation: cycle1 infinite 40s linear;
}
.index-ingenuity .right-cont .img-cycle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 29.89%;
}
.index-ingenuity .right-cont .white-cycle {
    --wcw: 18px;
    position: absolute;
    height: 0;
    width: 0;
}
.index-ingenuity .right-cont .white-cycle .point {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
    background: #ffffff;
    border-radius: 50%;
    width: var(--wcw);
    height: var(--wcw);
}
.index-ingenuity .right-cont .cycle-son {
    display: flex;
    position: absolute;
    z-index: 2;
    width: 0;
    top: 0;
}
.index-ingenuity .right-cont .cycle-son .cycle-son-bg {
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
    width: var(--csonw);
    height: var(--csonw);
    padding: 10px;
    background: #ffffff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.index-ingenuity .right-cont .cycle-son img {
    display: block;
    margin: 0 auto;
}
.index-ingenuity .right-cont .cycle-son .title {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.4em;
    color: #333333;
}
.index-ingenuity .right-cont .li1 {
    left: 99%;
    top: 46%;
}
.index-ingenuity .right-cont .li2 {
    left: 25%;
    top: 95%;
}
.index-ingenuity .right-cont .li3 {
    left: 0%;
    top: 44%;
}
.index-ingenuity .right-cont .li4 {
    left: 75%;
    top: 6%;
}
.index-ingenuity .right-cont .li5 {
    left: 83%;
    top: 90%;
}
.img_block {
    margin-right: 0;
    float: right;
    width: 80%
}
@keyframes cycle1 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes cycle2 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}
@media (max-width: 1600px) {
    .index-ingenuity .left-cont .cont {
        margin-top: 10px;
    }
    .index-ingenuity .left-cont .des {
        margin-top: 7px;
    }
    .index-ingenuity .ul {
        margin-top: 15px;
    }
    .index-ingenuity .right-cont {
        --cyclew: 59%;
        --csonw: 90px;
    }
    .index-ingenuity .right-cont .cycle-son img {
        width: 26px;
    }
    .index-ingenuity .right-cont .cycle-son .title {
        font-size: 12px;
    }
}
@media (max-width: 1441px) {
    .index-ingenuity {
        padding-top: calc(var(--header-height)*0.9);
    }
    .index-ingenuity .left-cont .cont {
        margin-top: 6px;
        font-size: 18px;
    }
    .index-ingenuity .left-cont .des {
        margin-top: 5px;
        font-size: 16px;
    }
    .index-ingenuity .ul {
        margin-top: 10px;
    }
    .index-ingenuity .ul .i-h img {
        width: 40px;
    }
    .index-ingenuity .ul .word {
        margin-top: 10px;
        font-size: 16px;
        line-height: 1.4em;
    }
    .index-ingenuity .ul .more-box-a {
        margin-top: 10px;
    }
    .index-ingenuity .right-cont {
        --cyclew: 58%;
        --csonw: 80px;
    }
    .index-ingenuity .right-cont .cycle-son img {
        width: 24px;
    }
    .index-ingenuity .right-cont .cycle-son .title {
        margin-top: 5px;
    }
}
@media (max-width: 1200px) {
    .index-ingenuity {
        padding-top: calc(var(--header-height)*0.5);
    }
    .index-ingenuity .left-cont {
        width: 100%;
        text-align: center;
    }
    .index-ingenuity .left-cont .cont {
        margin-top: 0.1rem;
        font-size: 0.26rem;
    }
    .index-ingenuity .left-cont .des {
        margin-top: 0.1rem;
        font-size: 0.24rem;
    }
    .index-ingenuity .left-cont .ul {
        --pad: 0.1rem;
        margin-top: 0.15rem;
    }
    .index-ingenuity .left-cont .ul .li-box {
        border-radius: 0.1rem;
        padding: 0.35rem 0.15rem;
    }
    .index-ingenuity .left-cont .ul .i-h img {
        width: 0.5rem;
    }
    .index-ingenuity .left-cont .ul .word {
        margin-top: 0.15rem;
        font-size: 0.26rem;
    }
    .index-ingenuity .right-cont {
        --cyclew: 100%;
        --csonw: 1.4rem;
        margin-left: auto;
        margin-right: auto;
    }
    .index-ingenuity .right-cont .cycle-son img {
        width: 0.36rem;
    }
    .index-ingenuity .right-cont .title {
        margin-top: 0.1rem;
        font-size: 0.26rem;
    }
    .index-ingenuity .left-cont ul li {
        background: #0e4290;
        color: #fff;
        margin-bottom: var(--fs30);
        padding: var(--fs30);
        border-radius: 10px;
        width: 48%;
        float: left;
        text-align: center;
        display: block;
        margin: 1%;
    }
    .index-ingenuity .left-cont ul li dl {
        display: block;
        text-align: center;
    }
    .index-ingenuity .left-cont ul li dl img {
        margin-top: var(--fs24);
    }
    .img_block {
        margin: 0 auto;
        float: none;
        width: 100%
    }
    .index-ingenuity {
        --wrap-w: var(--wrap-1600-width);
        position: relative;
        height: 100%;
        background: url(../images/bg1.png) no-repeat right / cover;
        overflow: hidden;
    }
}
.index-innovation {
    --wrap-w: var(--wrap-1600-width);
    height: 100%;
}
.index-innovation .ul {
    --pad: 10px;
    --br: 10px;
    display: flex;
    margin: calc(var(--pad)*-1);
}
.index-innovation .ul .li {
    width: 38.5%;
    padding: calc(var(--pad)*1);
    transition: all 0.3s;
}
.index-innovation .ul .li.on {
    width: 61.5%;
    z-index: 2;
}
.index-innovation .ul .li.on .box-div {
    color: #fff;
}
.index-innovation .ul .li.on .img {
    filter: grayscale(0%);
    width: 100%;
}
.index-innovation .ul .li.on .line {
    height: 1px;
}
.index-innovation .ul .li.on .cont {
    /*height: calc(var(--lh)*3);*/
}
.index-innovation .ul .li.on .more-box-b {
    opacity: 1;
}
.index-innovation .ul .li.on .moshi img {
    position: relative;
    z-index: 100;
    display: block;
    height: auto;
    width: 60%
}
.index-innovation .ul .li:nth-child(1) .img {
    border-top-left-radius: var(--br);
    border-bottom-left-radius: var(--br);
}
.index-innovation .ul .li:nth-child(1) .img img {
    object-position: right center;
}
.index-innovation .ul .li:nth-child(2) .img {
    left: auto;
    right: 0;
    border-top-right-radius: var(--br);
    border-bottom-right-radius: var(--br);
}
.index-innovation .ul .li:nth-child(2) .img img {
    object-position: left center;
}
.index-innovation .ul .li:nth-child(2) .box-div {
    padding-left: 50px;
}
.index-innovation .ul .box {
    display: block;
    position: relative;
    height: 560px;
    padding: 70px 50px;
    transition: all 0.3s;
    overflow: visible;
}
.index-innovation .ul .img {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% + 12%);
    height: 100%;
    overflow: hidden;
    /*filter: grayscale(100%);*/
    transition: all 0.3s;
}
.index-innovation .ul .img img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s;
}
.index-innovation .ul .box-div {
    --lh: 1.5em;
    margin-left: 0%;
    position: relative;
    width: 700px;
    max-width: 100%;
    font-size: 16px;
    line-height: var(--lh);
    color: #000;
    transition: all 0.3s;
}
.index-innovation .ul .box-div .num {
    font-size: 85px;
    font-weight: bold;
    line-height: 0.8em;
    opacity: 0.4;
    color: #fff;
}
.index-innovation .ul .box-div .title {
    margin-top: 13px;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4em;
    color: #fff;
}
.index-innovation .ul .box-div .title-en {
    /* opacity: 0.8; */
    color: #fff;
}
.index-innovation .ul .box-div .line {
    display: block;
    margin-top: 28px;
    height: 0;
    background-color: #fff;
    opacity: 0.2;
    transition: all 0.3s;
}
.index-innovation .ul .box-div .cont {
    margin-top: 25px;
    -webkit-line-clamp: 5;
    /* opacity: 0.8; */
    color: #fff;
    transition: all 0.3s;
}
.index-innovation .ul .box-div .more-box-b {
    --dc: #fff;
    margin-top: 40px;
    opacity: 0;
    transition: all 0.3s;
}
.moshi {
    padding-right: var(--fs50);
}
.moshi img {
    position: relative;
    z-index: 100;
    display: none;
}
.moshi_img {
    width: 40%
}
@media (max-width: 1600px) {
    .index-innovation .ul {
        padding-top: 20px;
    }
    .index-innovation .ul .box {
        height: 400px;
        padding: 40px 30px;
    }
    .index-innovation .ul .box-div {
        --lh: 1.4em;
    }
    .index-innovation .ul .box-div .num {
        font-size: 65px;
    }
    .index-innovation .ul .box-div .title {
        margin-top: 5px;
        font-size: 26px;
    }
    .index-innovation .ul .box-div .line {
        margin-top: 15px;
    }
    .index-innovation .ul .box-div .cont {
        margin-top: 15px;
    }
    .index-innovation .ul .box-div .more-box-b {
        margin-top: 15px;
    }
}
@media (max-width: 1441px) {
    .index-innovation .ul {
        padding-top: 15px;
    }
    .index-innovation .ul .box {
        height: 320px;
        padding: 30px 25px;
    }
    .index-innovation .ul .box-div {
        font-size: 14px;
    }
    .index-innovation .ul .box-div .num {
        font-size: 55px;
    }
    .index-innovation .ul .box-div .title {
        font-size: 22px;
    }
    .index-innovation .ul .box-div .line {
        margin-top: 10px;
    }
    .index-innovation .ul .box-div .cont {
        margin-top: 10px;
    }
    .index-innovation .ul .box-div .more-box-b {
        margin-top: 10px;
    }
}
@media (max-width: 1200px) {
    .index-innovation .title-flex {
        justify-content: center;
        text-align: center;
    }
    .index-innovation .title-flex .auto-title-block {
        margin-bottom: 0.2rem;
        width: 100%;
    }
    .index-innovation .ul {
        padding-top: 0.4rem;
        flex-wrap: wrap;
    }
    .index-innovation .ul .li {
        width: 100%!important;
    }
    .index-innovation .ul .li .box {
        height: auto;
        padding: 0.3rem 0.25rem;
        overflow: hidden;
        border-radius: var(--br);
    }
    .index-innovation .ul .li .box .box-div {
        margin: 0!important;
        padding: 0;
        font-size: 0.24rem;
        color: #444444;
    }
    .index-innovation .ul .li .box .box-div .num {
        font-size: 0.5rem;
    }
    .index-innovation .ul .li .box .box-div .title {
        margin-top: 0.1rem;
        font-size: 0.3rem;
    }
    .index-innovation .ul .li .box .box-div .more-box-b {
        margin-top: 0.15rem;
        opacity: 1;
    }
    .index-innovation .ul .li .box .line {
        margin-top: 0.2rem;
        height: 1px;
    }
    .index-innovation .ul .li .box .cont {
        margin-top: 0.2rem;
        height: calc(var(--lh)*3);
    }
    .index-innovation .ul .li .box .img {
        border-radius: var(--br);
        width: 120%;
        filter: grayscale(0%);
    }
}
.index-honor {
    --wrap-w: var(--wrap-1600-width);
    height: 100%;
    background: url(../images/bg6.jpg) no-repeat center top;
}
.index-honor .list1 {
    margin: 0;
}
.index-honor .swiper {
    margin-top: 45px;
}
.index-honor .swiper .list1-li {
    height: 225px;
    padding: 0;
}
.index-honor .swiper .list1-box {
    transform: translateY(0);
}
.index-honor .swiper-points-num {
    margin-top: 60px;
}
.index-honor .swiper-points-num .cycle-box {
    --size: var(--cw);
    display: block;
}
.index-honor .swiper-points-num .cycle-box .cycle-son::before {
    --b-c: #000000;
    --b-w: 1px;
}
@media (max-width: 1600px) {
    .index-honor {
        padding-top: calc(var(--header-height)*0.9);
    }
    .index-honor .swiper {
        margin-top: 15px;
        height: 410px;
    }
    .index-honor .swiper .swiper-slide {
        height: 195px;
    }
    .index-honor .swiper-points-num {
        margin-top: 30px;
    }
}
@media (max-width: 1441px) {
    .index-honor .swiper {
        height: 350px;
    }
    .index-honor .swiper .swiper-slide {
        height: 165px;
    }
    .index-honor .swiper-points-num {
        margin-top: 15px;
    }
}
@media (max-width: 1200px) {
    .index-honor {
        padding-top: var(--header-height);
    }
    .index-honor .title-flex {
        text-align: center;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .index-honor .title-flex .auto-title-block {
        margin-bottom: 0.2rem;
    }
    .index-honor .swiper {
        --slideh: calc(var(--imgw)*0.75);
        margin-top: 0.4rem;
        height: calc(var(--slideh)*3 + 10px*2);
    }
    .index-honor .swiper .swiper-wrapper {
        align-content: flex-start;
    }
    .index-honor .swiper .swiper-slide {
        /*margin-top: 10px;*/
        height: var(--slideh);
    }
    .index-honor .swiper .swiper-slide:nth-child(3n+1) {
        margin-top: 0;
    }
    .index-honur .swiper {
        --slideh: calc(var(--imgw)*0.75);
        margin-top: 0.4rem;
        height: calc(var(--slideh)*3 + 10px*2);
    }
}
.auto-banner {
    position: relative;
    overflow: hidden;
}
.auto-banner .cont {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
    color: #ffffff;
}
.auto-banner .cont .auto-title-en {
    margin-bottom: -0.15em;
    opacity: 0.6;
    letter-spacing: 0.02em;
}
.auto-banner .cont .auto-title-h2 {
    color: #ffffff;
}
@media (max-width: 1600px) {
    .auto-banner .cont {
        padding-bottom: 50px;
    }
    .auto-banner .cont .title {
        font-size: 36px;
    }
    .auto-banner .cont .title-en {
        font-size: 22px;
    }
}
@media (max-width: 1400px) {
    .auto-banner .cont .title {
        font-size: 32px;
    }
    .auto-banner .cont .title-en {
        font-size: 20px;
    }
}
@media (max-width: 768px) {
    .auto-banner .cont {
        padding-bottom: 0;
    }
    .auto-banner .img-div img {
        min-height: 3rem;
        object-fit: cover;
    }
}
.about-about {
    padding-top: 0;
    padding-bottom: 120px;
    overflow: hidden;
}
.about-about .flex-box .left-cont {
    width: 54%;
}
.about-about .flex-box .right-box {
    width: 40%;
}
.about-about .flex-box .cont {
    margin-top: 40px;
    font-size: 16px;
    line-height: 2em;
    color: #666666;
}
.about-about .flex-box .cont p {
    margin-top: 0.5em;
}
.about-about .flex-box .i-num-list {
    margin-top: 140px;
    gap: 55px;
    font-size: 16px;
    line-height: 1.4em;
    color: #666666;
}
.about-about .flex-box .i-num-list .line {
    display: block;
    transform: skewX(-15deg);
    width: 1px;
    height: 69px;
    background: rgba(0, 0, 0, 0.2);
}
.about-about .flex-box .i-num-list .top-box {
    display: flex;
}
.about-about .flex-box .i-num-list .num-box {
    font-size: 52px;
    font-weight: bold;
    line-height: 0.9em;
    letter-spacing: -2px;
    color: #333333;
}
.about-about .flex-box .i-num-list .dw {
    margin-left: 0.5em;
}
.about-about .flex-box .img-box {
    border-radius: 10px;
}
@media (max-width: 1600px) {
    .about-about {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .about-about .flex-box .left-cont {
        width: 54%;
    }
    .about-about .flex-box .cont {
        margin-top: 20px;
        line-height: 1.6em;
    }
    .about-about .flex-box .cont p {
        margin-top: 1em;
    }
    .about-about .flex-box .i-num-list {
        margin-top: 80px;
        gap: 45px;
    }
    .about-about .flex-box .i-num-list .num-box {
        font-size: 48px;
        letter-spacing: -1px;
    }
}
@media (max-width: 1200px) {
    .about-about {
        padding-top: 0.65rem;
        padding-bottom: 0.6rem;
    }
    .about-about .flex-box .left-cont {
        width: 100%;
    }
    .about-about .flex-box .right-box {
        width: 100%;
    }
    .about-about .flex-box .cont {
        margin-top: 0.2rem;
        font-size: 0.26rem;
    }
    .about-about .flex-box .i-num-list {
        margin-top: 0.3rem;
        margin-bottom: 0.4rem;
        gap: 0.4rem;
        justify-content: space-between;
        font-size: 0.26rem;
    }
    .about-about .flex-box .i-num-list .line {
        height: 0.7rem;
    }
    .about-about .flex-box .i-num-list .num-box {
        font-size: 0.4rem;
        letter-spacing: 0;
    }
    .about-about .flex-box .img-box {
        border-radius: 0.12rem;
    }
}
.about-history {
    padding-top: 120px;
    padding-bottom: 135px;
    background: url(../images/about/bg1.jpg) no-repeat center / cover;
    overflow: hidden;
}
.about-history .swiper-box {
    --imgmt: 30px;
    margin-top: 48px;
    position: relative;
    font-size: 16px;
    line-height: 1.75em;
    color: #333333;
}
.about-history .swiper-box::before {
    content: '';
    display: block;
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 0;
    width: 100vw;
    height: 1px;
    background: #333333;
}
.about-history .swiper-box .swiper-slide {
    position: relative;
    height: auto;
    padding-bottom: 62px;
}
.about-history .swiper-box .li-box {
    display: block;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    height: 100%;
    min-height: 495px;
    padding: 20px 30px;
}
.about-history .swiper-box .img-box {
    margin-top: 0;
    transition: margin 0.3s;
}
.about-history .swiper-box .text {
    margin-top: 13px;
}
.about-history .swiper-box .year {
    position: absolute;
    left: 0;
    bottom: 28px;
    width: 100%;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    line-height: 1em;
    color: #333333;
}
.about-history .swiper-box .line {
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    align-items: flex-end;
}
.about-history .swiper-box .line .line-son {
    margin-left: 16.66%;
    height: 10px;
    width: 1px;
    background-color: #333333;
}
.about-history .swiper-box .line .line-son.big {
    margin-left: 0;
    width: 2px;
    height: 20px;
}
@media (max-width: 1600px) {
    .about-history {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .about-history .swiper-box {
        --imgmt: 20px;
        margin-top: 38px;
    }
    .about-history .swiper-box .swiper-slide {
        padding-bottom: 52px;
    }
    .about-history .swiper-box .li-box {
        min-height: 435px;
        padding: 15px 20px;
    }
    .about-history .swiper-box .text {
        margin-top: 10px;
    }
    .about-history .swiper-box .year {
        font-size: 28px;
    }
    .about-history .swiper-box .line .line-son.big {
        height: 18px;
    }
}
@media (min-width: 1201px) {
    .about-history .swiper-box .swiper-slide.swiper-slide-active .li-box {
        border-left: 1px solid rgba(0, 0, 0, 0.1);
    }
    .about-history .swiper-box .swiper-slide.swiper-slide-active .img-box {
        margin-top: calc(4*var(--imgmt));
    }
    .about-history .swiper-box .swiper-slide.swiper-slide-active+.swiper-slide .img-box {
        margin-top: calc(3*var(--imgmt));
    }
    .about-history .swiper-box .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide .img-box {
        margin-top: calc(2*var(--imgmt));
    }
    .about-history .swiper-box .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide .img-box {
        margin-top: calc(1*var(--imgmt));
    }
    .about-history .swiper-box .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide+.swiper-slide .img-box {
        margin-top: calc(0*var(--imgmt));
    }
}
@media (max-width: 1200px) {
    .about-history {
        padding-top: 0.65rem;
        padding-bottom: 0.6rem;
    }
    .about-history .swiper-box {
        --imgmt: 0.1rem;
        margin-top: 0.2rem;
        font-size: 0.26rem;
        line-height: 1.6em;
    }
    .about-history .swiper-box .swiper-slide.swiper-slide-active .li-box {
        border-left: 1px solid rgba(0, 0, 0, 0.1);
    }
    .about-history .swiper-box .swiper-slide.swiper-slide-active .img-box {
        margin-top: calc(4*var(--imgmt));
    }
    .about-history .swiper-box .swiper-slide.swiper-slide-active+.swiper-slide .img-box {
        margin-top: calc(3*var(--imgmt));
    }
    .about-history .swiper-box .li-box {
        min-height: 1rem;
        padding: 0.15rem 0.15rem;
    }
    .about-history .swiper-box .text {
        margin-top: 0.1rem;
    }
    .about-history .swiper-box .year {
        bottom: 0.3rem;
        font-size: 0.32rem;
    }
    .about-history .swiper-box .line .line-son {
        height: 0.15rem;
    }
    .about-history .swiper-box .line .line-son .big {
        height: 0.25rem;
    }
}
.about-honor {
    padding-top: 10px;
    padding-bottom: 10px;
    background: url(../images/about/bg2.jpg) no-repeat center / cover;
    overflow: hidden;
}
.about-honor .swiper-box {
    --br: 10px;
    margin-top: 60px;
}
.about-honor .swiper-box .li-box {
    display: block;
    position: relative;
    background: #ffffff;
    border-radius: var(--br);
}
.about-honor .swiper-box .li-box::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: var(--br);
    width: 100%;
    height: 100%;
    border: 1px solid var(--main-color);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
}
.about-honor .swiper-box .li-box .img-box-div {
    padding: 42px 25px;
}
.about-honor .swiper-box .li-box .img-box {
    margin: 0 auto;
    width: 220px;
    max-width: 100%;
}
.about-honor .swiper-box .li-box .img-box::before {
    padding-top: 134.09%;
}
.about-honor .swiper-box .li-box .title {
    border-radius: 0 0 var(--br) var(--br);
    background-color: #b3b3b3;
    padding: 0.65em 1em;
    text-align: center;
    font-size: 18px;
    line-height: 1.4em;
    color: #ffffff;
    transition: all 0.3s;
}
.about-honor .swiper-box .li-box:hover::after {
    opacity: 1;
}
.about-honor .swiper-box .li-box:hover .title {
    background: var(--main-color);
}
.about-honor .swiper-points {
    padding-top: 40px;
}
@media (max-width: 1600px) {
    .about-honor {
        padding-top: 0px;
        padding-bottom: 10px;
    }
    .about-honor .swiper-box {
        margin-top: 35px;
    }
    .about-honor .swiper-points {
        padding-top: 30px;
    }
}
@media (max-width: 1200px) {
    .about-honor {
        padding-top: 0.65rem;
        padding-bottom: 0.6rem;
    }
    .about-honor .swiper-box {
        --br: 0.15rem;
        margin-top: 0.25rem;
    }
    .about-honor .swiper-box .li-box .img-box-div {
        padding: 0.25rem 0.2rem;
    }
    .about-honor .swiper-box .li-box .title {
        padding: 0.5em 1em;
        font-size: 0.26rem;
    }
    .about-honor .swiper-points {
        padding-top: 0.3rem;
    }
}
.about-engine {
    padding-bottom: var(--fs54);
    background: #f8f8f8;
    overflow: hidden;
}
.product-engine {
    padding-bottom: var(--fs54);
    background: url(../images/bg1.jpg) no-repeat;
    overflow: hidden;
}
.about-engine .swiper-box {
    --br: 10px;
    margin-top: 40px;
}
.box {
    display: block;
    position: relative;
    border-radius: var(--br);
    overflow: hidden;
}
.box .img-box::before {
    /*padding-top: 69.23%;*/
}
.cont {
    color: #fff;
}
.index-product .cont {
    background: var(--main-color);
}
.swiper-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4em;
    color: #333333;
}
.swiper-des {
    font-size: var(--fs16);
    line-height: var(--fs42);
    color: #fff;
    padding-left: var(--fs20);
}
.swiper-box .box:hover {
    background: var(--main-color);
}
.swiper-box .box:hover .swiper-title {
    color: #ffffff;
}
.swiper-box .box:hover .swiper-des {
    color: #ffffff;
}
.index-case {
    overflow: hidden;
    padding-top: 105px;
    padding-bottom: 105px;
}
.index-case .big-text {
    margin-top: 65px;
    color: rgba(102, 102, 102, 0.05);
}
.index-case .left-cont {
    width: 400px;
}
.index-case .left-cont .auto-title-block {
    padding-top: 0;
}
.index-case .left-cont .des {
    margin-top: -10px;
    font-size: 16px;
    line-height: 2em;
    color: #666666;
}
.index-case .left-cont .more-box-a {
    margin-top: 78px;
}
.index-case .right-cont {
    width: calc(100% - 400px - 6.25%);
}
.index-case .right-cont .right-o-hide {
    margin-right: calc(var(--bettwen-1600-pad)*-1);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.index-case .right-cont .swiper-btns .swiper-btn {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    --dc: rgba(var(--main-color-rgb), 1);
    --hc: rgba(var(--main-color-rgb), 1);
}
.index-case .right-cont .swiper-btns .prev {
    left: 7%;
}
.index-case .right-cont .swiper-btns .next {
    right: 7%;
}
@media (max-width: 1600px) {
    .index-case {
        padding-top: 85px;
        padding-bottom: 85px;
    }
    .index-case .big-text {
        margin-top: 35px;
    }
    .index-case .left-cont .des {
        margin-top: -20px;
        line-height: 1.9em;
    }
    .index-case .left-cont .more-box-a {
        margin-top: 58px;
    }
}
@media (max-width: 1200px) {
    .index-case {
        padding-top: 0.75rem;
        padding-bottom: 0.65rem;
    }
    .index-case .big-text {
        margin-top: 0;
    }
    .index-case .left-cont {
        width: 100%;
    }
    .index-case .left-cont .des {
        margin-top: -0.1rem;
        font-size: 0.26rem;
        line-height: 1.9em;
    }
    .index-case .left-cont .more-box-a {
        margin-top: 0.25rem;
    }
    .index-case .right-cont {
        margin-top: 0.35rem;
        width: 100%;
    }
    .index-case .right-cont .right-o-hide {
        margin-right: 0;
    }
    .index-case .right-cont .swiper-btns .prev {
        left: 2%;
    }
    .index-case .right-cont .swiper-btns .next {
        right: 2%;
    }
}
@media (max-width: 1600px) {
    .about-engine {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .swiper-box {
        margin-top: 30px;
    }
    .cont {
        padding: 20px 25px;
    }
    .swiper-title {
        font-size: 20px;
    }
    .swiper-des {
        margin-top: 5px;
        font-size: 15px;
        line-height: 1.6em;
    }
}
@media (max-width: 1200px) {
    .about-engine {
        padding-top: 0.65rem;
        padding-bottom: 0.6rem;
    }
    .swiper-box {
        margin-top: 0.3rem;
    }
    .cont {
        padding: 0.2rem 0.15rem;
    }
    .swiper-title {
        font-size: 0.26rem;
    }
    .swiper-des {
        margin-top: 0.06rem;
        font-size: 0.24rem;
    }
}
/*公司*/

.i_two {
    overflow: hidden;
    margin-top: var(--fs54)
}
.i_two .i_two_l {
    width: 49.48%;
    height: 650px;
    float: left;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    transition: all 0.3s;
}
.i_two .i_two_l:hover {
    opacity: 0.9;
    filter: Alpha(opacity=90);
}
.i_two .i_two_l .boxs {
    width: 94%;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 463px;
}
.i_two .i_two_l .h4 {
    overflow: hidden;
    height: 56px;
    line-height: 56px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    font-size: var(--fs42);
    font-weight: bold;
}
.i_two .i_two_l .p {
    font-size: 30px;
    overflow: hidden;
    line-height: 28px;
    margin-top: 6px;
    height: 56px;
    max-width: 625px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.i_two .i_two_r {
    overflow: hidden;
}
.i_two .i_two_r .i_two_r_a {
    overflow: hidden;
    padding-left: var(--fs30)
}
.i_two .i_two_r .i_two_r_a p {
    font-size: var(--fs42);
    line-height: 80px;
    height: 80px;
    overflow: hidden;
    ;
    font-weight: bold;
}
.i_two .i_two_r .i_two_r_a strong {
    font-size: 130px;
    line-height: 150px;
    height: 150px;
    font-weight: bold;
    color: #dbdfea
}
.i_two .i_two_r .i_two_r_b {
    height: 420px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    transition: all 0.3s;
}
.i_two .i_two_r .i_two_r_b:hover {
    opacity: 0.9;
    filter: Alpha(opacity=90);
}
.i_two .i_two_r .i_two_r_b .boxs {
    width: 94%;
    max-width: 836px;
    margin: 0 auto;
    margin-top: 230px;
}
.i_two .i_two_r .i_two_r_b .h4 {
    overflow: hidden;
    height: 56px;
    line-height: 56px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    font-size: var(--fs42);
    font-weight: bold;
}
.i_two .i_two_r .i_two_r_b .p {
    font-size: 30px;
    overflow: hidden;
    line-height: 28px;
    margin-top: 6px;
    height: 56px;
    max-width: 560px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media screen and (max-width: 1400px) {
    /*公司*/
    .i_two .i_two_l {
        height: 554px;
    }
    .i_two .i_two_l .boxs {
        margin-top: 373px;
    }
    .i_two .i_two_r .i_two_r_b {
        height: 324px;
    }
    .i_two .i_two_r .i_two_r_b .boxs {
        margin-top: 143px;
    }
}
@media screen and (max-width: 1200px) {
    /*公司*/
    .i_two .i_two_l {
        height: 464px;
    }
    .i_two .i_two_l .boxs {
        margin-top: 305px;
    }
    .i_two .i_two_l .p {
        font-size: 16px;
    }
    .i_two .i_two_r .i_two_r_b {
        height: 234px;
    }
    .i_two .i_two_r .i_two_r_b .boxs {
        margin-top: 73px;
    }
    .i_two .i_two_r .i_two_r_b .p {
        font-size: 16px;
    }
}
@media screen and (max-width: 1100px) {}
@media screen and (max-width: 960px) {
    /*公司*/
    .i_two .i_two_l {
        height: auto;
        float: none;
        width: 100%;
    }
    .i_two .i_two_l .boxs {
        margin-top: 18%;
        margin-bottom: 4%;
    }
    .i_two .i_two_l .h4 {
        height: 40px;
        line-height: 40px;
    }
    .i_two .i_two_l .p {
        line-height: 24px;
        font-size: 14px;
        height: 48px;
    }
    .i_two .i_two_r .i_two_r_b {
        height: auto;
    }
    .i_two .i_two_r .i_two_r_b .boxs {
        margin-top: 18%;
        margin-bottom: 4%;
    }
    .i_two .i_two_r .i_two_r_b .h4 {
        height: 40px;
        line-height: 40px;
    }
    .i_two .i_two_r .i_two_r_b .p {
        line-height: 24px;
        font-size: 14px;
        height: 48px;
    }
}
@media screen and (max-width: 780px) {
    /*公司*/
    .i_two .i_two_l .h4 {
        height: 32px;
        line-height: 32px;
    }
    .i_two .i_two_r .i_two_r_b .h4 {
        height: 32px;
        line-height: 32px;
    }
}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 480px) {
    /*公司*/
    .i_two .i_two_l .h4 {
        height: 28px;
        line-height: 28px;
    }
    .i_two .i_two_l .p {
        font-size: 13px;
        line-height: 22px;
        height: 44px;
    }
    .i_two .i_two_r .i_two_r_b .h4 {
        height: 28px;
        line-height: 28px;
    }
    .i_two .i_two_r .i_two_r_b .p {
        font-size: 13px;
        line-height: 22px;
        height: 44px;
    }
    /*案例*/
}
@media screen and (max-width: 420px) {
    /*公司*/
    .i_two .i_two_l .p {
        font-size: 12px;
        line-height: 20px;
        height: 40px;
    }
    .i_two .i_two_r .i_two_r_b .p {
        font-size: 12px;
        line-height: 20px;
        height: 40px;
    }
}
/*入驻支持*/

.index-advantages {
    --default: #666666;
    --hover: var(--main-color);
    --pad: 44px;
    padding-bottom: 70px;
    overflow: hidden;
    color: var(--text-color);
}
.index-advantages .list {}
.index-advantages .list .list-li {
    display: flex;
    width: 16.6666%;
    text-align: center;
}
.index-advantages .list .list-li .pad {
    position: relative;
    width: 100%;
    padding: 3.2em 1.5em 2.2em;
    box-shadow: 0px 0px 24px 0px rgba(220, 227, 234, 0);
    font-size: 20px;
    line-height: 1.5em;
    color: var(--default);
    transition: box-shadow 0.3s;
}
.index-advantages .list .list-li .pad .icon {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 2.5em;
    max-width: 70%;
}
.index-advantages .list .list-li .pad .icon img {
    display: block;
    margin: 0 auto;
    transform: rotateY(0deg) scale(1);
    transition: transform 0.3s;
}
.index-advantages .list .list-li .pad::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 4px;
    background: var(--main-color);
    transition: left 0.3s, width 0.3s;
}
.index-advantages .list .list-li .pad:hover {
    box-shadow: 0px 0px 24px 0px rgba(220, 227, 234, 0.86);
    background: #fff;
    color: var(--hover);
}
.index-advantages .list .list-li .pad:hover::after {
    left: 0;
    width: 100%;
}
.index-advantages .list .list-li .pad:hover .icon img {
    transform: rotateY(180deg) scale(0.9);
}
@media (max-width: 1500px) {
    .index-advantages {
        --pad: 34px;
    }
    .index-advantages .wrap-full {
        width: 100%;
    }
    .index-advantages .list {
        margin-bottom: 55px;
    }
    .index-advantages .list .list-li .pad {
        padding: 3em 1.2em 2em;
        font-size: 18px;
    }
    .index-advantages .list .list-li .pad .icon {
        margin-bottom: 2.1em;
    }
}
@media (max-width: 1200px) {
    .index-advantages {
        --pad: 0;
        padding-bottom: 0.5rem;
    }
    .index-advantages .wrap-full {
        width: 100%;
    }
    .index-advantages .list {
        margin-bottom: 0.5rem;
    }
    .index-advantages .list .list-li .pad {
        padding: 1em 1em 1.5em;
        font-size: 0.26rem;
    }
    .index-advantages .list .list-li .pad .icon {
        margin-bottom: 1.2em;
    }
}
@media (max-width: 992px) {
    .index-advantages .list .list-li {
        width: 24.33%;
    }
    .index-advantages .list .list-li .pad {
        padding: 0.5em 1em 1.5em;
    }
    .index-advantages .list .list-li .pad .icon {
        margin-bottom: 0.8em;
    }
}
.RAndD-list {
    --br: 10px;
}
.RAndD-list.type-a .RAndD-li .text-cont {
    padding-top: 0;
}
.RAndD-list .RAndD-li {
    position: relative;
    overflow: hidden;
}
.RAndD-list .RAndD-li:nth-child(2n+1) {
    padding-top: 120px;
    padding-bottom: 60px;
}
.RAndD-list .RAndD-li:nth-child(2n+2) {
    padding-bottom: 110px;
}
.RAndD-list .RAndD-li:nth-child(2n+2)::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 90px);
    background: #f0f5ed;
}
.RAndD-list .RAndD-li:nth-child(2n+2) .text-cont {
    order: 2;
    width: 785px;
    width: 49.06%;
}
.RAndD-list .RAndD-li:nth-child(2n+2) .auto-title-block-a {
    margin-top: calc(var(--wrap-width)*0.08);
}
.RAndD-list .RAndD-li .wrap-1600 {
    align-items: flex-start;
    flex-wrap: wrap;
}
.RAndD-list .RAndD-li .text-cont {
    position: relative;
    width: 705px;
    width: 44.06%;
    padding: 65px 0 25px;
    font-size: 16px;
    line-height: 2em;
    color: #666666;
}
.RAndD-list .RAndD-li .text-cont .title-block-a-h2 {
    font-weight: bold;
}
.RAndD-list .RAndD-li .text-cont .cont {
    margin-top: 30px;
}
.RAndD-list .RAndD-li .text-cont .cont p+p {
    margin-top: 1.6em;
}
.RAndD-list .RAndD-li .img-cont {
    width: 700px;
    width: 43.75%;
}
.RAndD-list .RAndD-li .img-cont .img-box {
    border-radius: var(--br);
}
.RAndD-list .RAndD-li .img-cont img {
    border-radius: var(--br);
}
@media (max-width: 1600px) {
    .RAndD-list .RAndD-li:nth-child(2n+1) {
        padding-top: 80px;
    }
    .RAndD-list .RAndD-li:nth-child(2n+2) {
        padding-bottom: 80px;
    }
    .RAndD-list .RAndD-li:nth-child(2n+2)::before {
        height: calc(100% - 60px);
    }
    .RAndD-list .RAndD-li .text-cont {
        padding: 55px 0 25px;
        line-height: 1.7em;
    }
    .RAndD-list .RAndD-li .text-cont .cont {
        margin-top: 15px;
    }
    .RAndD-list .RAndD-li .text-cont .cont p+p {
        margin-top: 1.4em;
    }
}
@media (max-width: 1200px) {
    .RAndD-list .RAndD-li:nth-child(2n+1) {
        padding-top: 0.65rem;
        padding-bottom: 0.6rem;
    }
    .RAndD-list .RAndD-li:nth-child(2n+2) {
        padding-top: 0.65rem;
        padding-bottom: 0.6rem;
    }
    .RAndD-list .RAndD-li:nth-child(2n+2)::before {
        height: calc(100% - 0px);
    }
    .RAndD-list .RAndD-li:nth-child(2n+2) .text-cont {
        order: 0;
    }
    .RAndD-list .RAndD-li:nth-child(2n+2) .auto-title-block-a {
        margin-top: 0;
    }
    .RAndD-list .RAndD-li:nth-child(2n+2) .text-cont {
        width: 100%;
    }
    .RAndD-list .RAndD-li .text-cont {
        width: 100%;
        padding: 0 0 0.3rem;
        font-size: 0.26rem;
        line-height: 1.6em;
    }
    .RAndD-list .RAndD-li .text-cont .cont {
        margin-top: 0.1rem;
    }
    .RAndD-list .RAndD-li .text-cont .cont p+p {
        margin-top: 0.6em;
    }
    .RAndD-list .RAndD-li .img-cont {
        width: 100%;
    }
}
.win-list-block {
    padding-top: 0;
}
.win-list-block .auto-title-block-a {
    margin-bottom: 72px;
}
.win-list-block .auto-title-block-a .word {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 990px;
    max-width: 100%;
    font-size: 18px;
    line-height: 1.66em;
    color: #000000;
}
@media (max-width: 1600px) {
    .win-list-block {
        padding-top: 70px;
    }
    .win-list-block .auto-title-block-a {
        margin-bottom: 40px;
    }
    .win-list-block .auto-title-block-a .word {
        margin-top: 15px;
    }
}
@media (max-width: 1200px) {
    .win-list-block {
        padding-top: 0.5rem;
    }
    .win-list-block .auto-title-block-a {
        margin-bottom: 0.3rem;
    }
    .win-list-block .auto-title-block-a .word {
        margin-top: 0.1rem;
        font-size: 0.26rem;
    }
}
.win-info {
    padding-bottom: 120px;
}
.win-info .top-block .pic {
    width: 43.75%;
}
.win-info .top-block .pic .img-box::before {
    padding-top: 71.5%;
}
.win-info .top-block .pic .big {
    border-radius: 10px;
    border: solid 1px #e5e5e5;
}
.win-info .top-block .pic .tab {
    --btw: 40px;
    margin-top: 10px;
    position: relative;
    padding: 0 var(--btw);
}
.win-info .top-block .pic .tab .swiper {
    width: 100%;
}
.win-info .top-block .pic .tab .swiper .swiper-slide {
    cursor: pointer;
}
.win-info .top-block .pic .tab .swiper .swiper-slide img {
    border-radius: 5px;
}
.win-info .top-block .pic .tab .swiper .swiper-slide::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 100%;
}
.win-info .top-block .pic .tab .swiper .swiper-slide:hover::after, .win-info .top-block .pic .tab .swiper .swiper-slide.on::after {
    border-color: var(--main-color);
}
.win-info .top-block .pic .tab .slide-btn {
    --size: calc(var(--btw)*0.5);
    --fill: #cccccc;
    position: absolute;
    top: 0;
    height: 100%;
    width: calc(var(--btw)*0.9);
    cursor: pointer;
}
.win-info .top-block .pic .tab .slide-btn.prev {
    left: 0;
    transform: rotate(180deg);
}
.win-info .top-block .pic .tab .slide-btn.next {
    right: 0;
}
.win-info .top-block .pic .tab .slide-btn:hover {
    --fill: var(--main-color);
}
.win-info .top-block .des {
    width: 52.5%;
    padding-top: 5%;
}
.win-info .top-block .des .title {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4em;
    color: #333333;
}
.win-info .top-block .des .text {
    margin-top: 22px;
    border-top: 1px solid #e6e6e6;
    padding-top: 30px;
    font-size: 18px;
    line-height: 2em;
    color: #666666;
}
.win-info .top-block .des .text h6 {
    font-weight: bold;
    color: #333333;
}
.win-info .info-content {
    margin-top: 80px;
}
.win-info .info-content .info-title {
    border-radius: 10px 10px 0px 0px;
    background-color: #f0f0f7;
}
.win-info .info-content .info-title .info-title-span {
    display: inline-block;
    border-radius: 10px 0px 0px 0px;
    background-color: #6eba44;
    min-width: 200px;
    padding: 0 1.5em;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    color: #ffffff;
}
.win-info .info-content .text-img {
    border: solid 1px #e5e5e5;
    border-top: 0 none;
    border-radius: 0px 0px 10px 10px;
    padding: 37px 60px 60px;
    font-size: 16px;
    line-height: 2.25em;
    color: #666666;
}
@media (max-width: 1600px) {
    .win-info {
        padding-bottom: 80px;
    }
    .win-info .top-block .pic .tab {
        --btw: 38px;
    }
    .win-info .top-block .des {
        padding-top: 2%;
    }
    .win-info .top-block .des .title {
        font-size: 28px;
    }
    .win-info .top-block .des .text {
        margin-top: 18px;
        padding-top: 22px;
        line-height: 1.8em;
    }
    .win-info .info-content {
        margin-top: 60px;
    }
    .win-info .info-content .info-title .info-title-span {
        min-width: 180px;
    }
    .win-info .info-content .text-img {
        padding: 35px 45px 45px;
        line-height: 1.9em;
    }
}
@media (max-width: 1200px) {
    .win-info {
        padding-bottom: 0.6rem;
    }
    .win-info .top-block .pic {
        width: 100%;
    }
    .win-info .top-block .pic .tab {
        --btw: 0.56rem;
    }
    .win-info .top-block .des {
        width: 100%;
        padding-top: 0.4rem;
    }
    .win-info .top-block .des .title {
        font-size: 0.34rem;
    }
    .win-info .top-block .des .text {
        margin-top: 0.2rem;
        padding-top: 0.2rem;
        font-size: 0.26rem;
        line-height: 1.6em;
    }
    .win-info .info-content {
        margin-top: 0.3rem;
    }
    .win-info .info-content .info-title .info-title-span {
        min-width: 2.2rem;
        font-size: 0.28rem;
        line-height: 0.7rem;
    }
    .win-info .info-content .text-img {
        padding: 0.2rem 0.3rem 0.3rem;
        font-size: 0.26rem;
        line-height: 1.6em;
    }
}
.news-list-block {
    padding-top: 100px;
}
.news-list-block .list3 {
    margin-bottom: 12px;
}
@media (max-width: 1600px) {
    .news-list-block {
        padding-top: 70px;
    }
    .news-list-block .list3 {
        margin-bottom: 0;
    }
}
@media (max-width: 1200px) {
    .news-list-block {
        padding-top: 0.5rem;
    }
    .news-list-block .list3 {
        margin-bottom: 0;
    }
}
.news-info {
    --newsibr: 10px;
    padding-top: 100px;
    padding-bottom: 110px;
}
.news-info .left-flex {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
    border-radius: var(--newsibr);
    width: 71.25%;
    padding: 43px 30px 50px;
}
.news-info .left-flex .info-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4em;
    color: #333333;
}
.news-info .left-flex .other {
    margin-top: 9px;
    margin-bottom: 28px;
    font-size: 14px;
    line-height: 1.4em;
    color: #999999;
    text-align: center;
}
.news-info .left-flex .other .author {
    margin-left: 3.5em;
}
.news-info .left-flex .cont {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 1.35em 0 5em;
    font-size: 16px;
    line-height: 1.75em;
    color: #666666;
}
.news-info .right-flex {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
    border-radius: var(--newsibr);
    width: 26.25%;
    padding: 45px 30px 40px;
}
.news-info .right-flex .right-flex-title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4em;
    color: #333333;
}
@media (max-width: 1600px) {
    .news-info {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .news-info .left-flex {
        padding: 35px 30px;
    }
    .news-info .left-flex .info-title {
        font-size: 22px;
    }
    .news-info .left-flex .other {
        margin-top: 5px;
        margin-bottom: 20px;
    }
    .news-info .left-flex .cont {
        padding: 1.3em 0 2em;
        line-height: 1.6em;
    }
    .news-info .right-flex {
        padding: 35px 30px;
    }
    .news-info .right-flex .right-flex-title {
        margin-bottom: 15px;
        font-size: 22px;
    }
}
@media (max-width: 1200px) {
    .news-info {
        padding-top: 0.5rem;
        padding-bottom: 0.4rem;
    }
    .news-info .left-flex {
        width: 100%;
        padding: 0.4rem 0.3rem;
    }
    .news-info .left-flex .info-title {
        font-size: 0.3rem;
    }
    .news-info .left-flex .other {
        margin-top: 0.1rem;
        margin-bottom: 0.15rem;
        font-size: 0.24rem;
    }
    .news-info .left-flex .other .author {
        margin-left: 3em;
    }
    .news-info .left-flex .cont {
        padding: 1em 0;
        font-size: 0.26rem;
    }
    .news-info .right-flex {
        margin-top: 0.4rem;
        width: 100%;
        padding: 0.35rem 0.3rem;
    }
    .news-info .right-flex .right-flex-title {
        margin-bottom: 0.2rem;
        font-size: 0.3rem;
    }
}
.talent-block .flex-box {
    padding: 100px 0;
}
.talent-block .img-box {
    position: relative;
    z-index: 2;
    border-radius: 10px;
    width: 50%;
}
.talent-block .cont-text {
    width: 43.75%;
}
.talent-block .cont-text .auto-title-block {
    position: relative;
}
.talent-block .cont-text .auto-title-en {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
}
.talent-block .cont-text .word {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.75em;
    color: #666666;
}
@media (max-width: 1600px) {
    .talent-block .flex-box {
        padding: 80px 0;
    }
    .talent-block .cont-text .word {
        line-height: 1.6em;
    }
}
@media (max-width: 1200px) {
    .talent-block .flex-box {
        padding: 0.75rem 0 0.5rem;
    }
    .talent-block .img-box {
        border-radius: 0.1rem;
        width: 100%;
    }
    .talent-block .cont-text {
        width: 100%;
        padding-top: 0.4rem;
    }
    .talent-block .cont-text .word {
        margin-top: 0.2rem;
        font-size: 0.26rem;
        line-height: 1.8em;
    }
}
.job-block {
    position: relative;
}
.job-block .auto-title-en {
    position: absolute;
}
.job-block .list5 {
    margin-top: 42px;
    position: relative;
}
@media (max-width: 1200px) {
    .job-block .list5 {
        margin-top: 0.4rem;
    }
}
.map-block .map {
    height: clamp(350px, 50vh, 525px);
}
.map-block .map * {
    box-sizing: content-box;
}
.map-block .map .shadow {
    display: none;
}
.site-map {
    --dc: #333333;
    --hc: var(--main-color);
    --lpd: 40px;
    --w: 1200px;
    padding-top: 65px;
    padding-bottom: 65px;
    color: var(--dc);
}
.site-map a {
    color: var(--dc);
    text-decoration: none;
}
.site-map a:hover {
    color: var(--hc);
}
.site-map .wrap-cont {
    margin: 0 auto;
    width: var(--w);
    max-width: calc(100% - 30px);
}
.site-map .site-map-border {
    border: 1px solid #ddd;
    padding: 0 30px 30px;
}
.site-map .site-map-title {
    font-size: 28px;
    margin: 45px 0;
    font-weight: normal;
    text-align: center;
}
.site-map .site-map-list {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.5em;
}
.site-map .map-list-li {
    list-style: none;
}
.site-map .map-list-li+.map-list-li {
    margin-top: 20px;
}
.site-map .list-li-dl {
    margin: 0;
    padding: 0;
}
.site-map .list-dl-dt {
    padding: 0.75em var(--lpd);
    font-weight: bold;
    background: #f5f5f5;
}
.site-map .list-dl-dd {
    --mini-pad: 20px;
    display: flex;
    margin: 0;
    border: 1px solid #eeeeee;
    border-top: 0 none;
    padding: 20px var(--mini-pad);
    flex-wrap: wrap;
}
.site-map .list-dl-dd a {
    margin: 0.3em calc(var(--lpd) - var(--mini-pad));
}
@media (max-width: 1200px) {
    .site-map {
        --lpd: 15px;
        --w: 768px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .site-map .site-map-border {
        padding: 0 15px 15px;
    }
    .site-map .site-map-title {
        font-size: 17px;
        margin: 15px 0;
    }
    .site-map .site-map-list {
        font-size: 14px;
    }
    .site-map .map-list-li+.map-list-li {
        margin-top: 15px;
    }
    .site-map .list-dl-dt {
        padding: 0.7em var(--lpd);
    }
    .site-map .list-dl-dd {
        --mini-pad: 10px;
        padding: 13px var(--mini-pad);
    }
    .site-map .list-dl-dd a {
        margin: 0.2em calc(var(--lpd) - var(--mini-pad));
    }
}
/*产品  */

.pro-con {
    margin-bottom: var(--fs54);
}
.pro-con {
    padding: var(--fs20);
}
.img-con {
    text-align: center;
    margin-bottom: var(--fs54);
}
.img-con img {
    margin: 0 auto;
    max-width: 100%;
    width: auto
}
.test-con p {
    font-size: var(--fs18);
    line-height: var(--fs34)
}
/*联系我们*/

.contact-info {
    padding-top: var(--fs54);
}
.contact-info .left-cont {
    width: 48.75%;
}
.contact-info .left-cont .map {
    height: 600px;
}
.contact-info .left-cont .map .shadow {
    display: none;
}
.contact-info .left-cont .map * {
    box-sizing: content-box;
}
.contact-info .right-cont {
    width: 47.5%;
    font-size: 16px;
    line-height: 1.4em;
    color: #666666;
}
.contact-info .right-cont .h2 {
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 15px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4em;
    color: var(--main-color);
}
.contact-info .right-cont .li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 16px;
    padding-bottom: 16px;
}
.contact-info .right-cont .li .li-icon {
    --sw: 40px;
    --size: 50%;
    --fill: rgba(0, 0, 0, 0.8);
    margin-right: 20px;
    border-radius: 5px;
    border: solid 1px rgba(0, 0, 0, 0.6);
    flex-shrink: 0;
    width: var(--sw);
    height: var(--sw);
}
.contact-info .right-cont .li .li-icon.address {
    --size: 60%;
}
.contact-info .right-cont .li .li-icon.phone {
    --size: 50%;
}
.contact-info .right-cont .li .li-icon.mail {
    --size: 45%;
}
.contact-info .right-cont .li .li-cont {
    color: #333333;
}
.contact-info .right-cont .li .li-cont .li-tit {
    margin-top: -3px;
    color: #999999;
}
.contact-info .right-cont .li .li-cont .li-val {
    margin-top: 3px;
}
.contact-info .right-cont .code-box {
    margin-left: -5px;
    margin-top: 25px;
}
.contact-info .right-cont .code-box .code-li {
    text-align: center;
}
.contact-info .right-cont .code-box .code-li+.code-li {
    margin-left: 25px;
}
@media (max-width: 1600px) {
    .contact-info {
        padding-top: 85px;
    }
    .contact-info .left-cont .map {
        height: 580px;
    }
}
@media (max-width: 1200px) {
    .contact-info {
        padding-top: 0.75rem;
    }
    .contact-info .left-cont {
        width: 100%;
    }
    .contact-info .left-cont .map {
        height: 4.5rem;
    }
    .contact-info .right-cont {
        margin-top: 0.35rem;
        width: 100%;
        font-size: 0.26rem;
    }
    .contact-info .right-cont .h2 {
        padding-bottom: 0.7em;
        font-size: 0.3rem;
    }
    .contact-info .right-cont .li {
        padding-top: 0.35rem;
        padding-bottom: 0.3rem;
    }
    .contact-info .right-cont .li .li-icon {
        --sw: 0.7rem;
        margin-right: 0.3rem;
        border-radius: 0.05rem;
    }
    .contact-info .right-cont .li .li-cont .li-tit {
        margin-top: -0.05rem;
    }
    .contact-info .right-cont .li .li-cont .li-val {
        margin-top: 0.02rem;
    }
    .contact-info .right-cont .code-box {
        margin-left: -0.05rem;
        margin-top: 0.3rem;
        justify-content: center;
    }
    .contact-info .right-cont .code-box .code-li+.code-li {
        margin-left: 0.25rem;
    }
    .contact-info .right-cont .code-box .code-li img {
        width: 1.6rem;
    }
}
.contact-form {
    padding-top: 65px;
    padding-bottom: 120px;
}
.contact-form .title {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.4em;
    color: #333333;
}
.contact-form .des {
    margin-top: 15px;
    margin-bottom: 45px;
    font-size: 16px;
    line-height: 1.4em;
    color: #666666;
}
.contact-form .form {
    --pad: 10px;
    --h: 62px;
    margin: calc(var(--pad)*-1);
    color: #999999;
}
.contact-form .form .input-box {
    padding: var(--pad);
}
.contact-form .form .input-box .input {
    border: 1px solid #cccccc;
    width: 100%;
    padding: 10px 1.25em;
    font-size: 16px;
    line-height: calc(var(--h) - 10px*2);
}
.contact-form .form .input-box .input::placeholder {
    color: #999999;
}
.contact-form .form .input-box textarea {
    display: block;
    height: 180px;
}
.contact-form .form .code-box .input {
    width: 232px;
}
.contact-form .form .code-box img {
    margin-left: 12px;
    width: 134px;
    height: var(--h);
    object-fit: fill;
    cursor: pointer;
}
.contact-form .form .submit-box .submit {
    margin-top: 20px;
    width: 300px;
    border-radius: 10px;
    border: 0 none;
    max-width: 100%;
    padding: 0 1.5em;
    background-color: var(--main-color);
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.7em;
    line-height: calc(var(--h) + 2px);
    color: #ffffff;
    transition: all 0.3s;
}
.contact-form .form .submit-box .submit:hover {
    background-color: rgba(var(--main-color-rgb), 0.8);
}
@media (max-width: 1600px) {
    .contact-form {
        padding-bottom: 85px;
    }
    .contact-form .title {
        font-size: 32px;
    }
    .contact-form .des {
        margin-top: 10px;
        margin-bottom: 35px;
    }
}
@media (max-width: 1200px) {
    .contact-form {
        padding-top: 0.5rem;
        padding-bottom: 0.65rem;
    }
    .contact-form .title {
        font-size: 0.36rem;
    }
    .contact-form .des {
        margin-top: 0.1rem;
        margin-bottom: 0.3rem;
        font-size: 0.26rem;
    }
    .contact-form .form {
        --pad: 0.12rem;
        --h: 0.7rem;
    }
    .contact-form .form .input-box .input {
        padding: 0.1rem 1em;
        font-size: 0.26rem;
        line-height: calc(var(--h) - 0.1rem*2);
    }
    .contact-form .form .input-box textarea {
        height: 2rem;
    }
    .contact-form .form .submit-box .submit {
        margin-top: 0.2rem;
        width: 70%;
        border-radius: 0.1rem;
        padding: 0 1.2em;
        font-size: 0.28rem;
    }
}
.talent-block {
    position: relative;
    padding-top: 85px;
}
.talent-block .big-text {
    color: rgba(51, 51, 51, 0.05);
}
.talent-block .auto-title-block {
    padding-top: 0;
}
.talent-block .swiper-box {
    margin-top: 10px;
}
@media (max-width: 1600px) {
    .talent-block .swiper-box {
        margin-top: 0px;
    }
}
@media (max-width: 1200px) {
    .talent-block {
        padding-top: 0.75rem;
    }
}
.margin_t_b {
    padding-top: var(--fs54);
    padding-bottom: var(--fs54);
}
@media (max-width: 1200px) {
    .margin_t_b {
        padding-top: var(--fs34);
        padding-bottom: var(--fs34);
    }
}
.li-box .title {
    /*border-radius: 0 0 var(--br) var(--br);
  background-color: #b3b3b3;
  padding: var(--fs12) ;
  text-align: center;
  font-size: var(--fs16);
  line-height: 1.4em;
  color: #ffffff;
  transition: all 0.3s;*/
}
.li-box:hover .title {
    /*background: var(--main-color);*/
}
.good-box ul li dt {
    float: left;
    width: 20%;
    text-align: center;
}
.good-box ul li dt img {}
.good-box ul li {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: var(--fs54);
}
.good-box ul li dd {
    float: left;
    width: 80%;
}
.good-box ul li dd p {
    font-size: var(--fs30);
    line-height: var(--fs54)
}
.index-product {
    --wrap-w: var(--wrap-1600-width);
    position: relative;
    height: 100%;

    overflow: hidden;
    padding-bottom: 1rem;
}
.index-case {
    --wrap-w: var(--wrap-1600-width);
    position: relative;
    height: 100%;
    background: #fefefe;
    overflow: hidden;
}
.index-about {
    --wrap-w: var(--wrap-1600-width);
    position: relative;
    height: 100%;
    background: url(../images/bg4.jpg) no-repeat center top;
    overflow: hidden;
    padding-bottom: var(--fs54)
}
.index-honor {
    --wrap-w: var(--wrap-1600-width);
    position: relative;
    height: 100%;
    background: url(../images/bg7.jpg) no-repeat top;
    overflow: hidden;
}
.title-flex {
    /*margin-bottom: var(--fs54);*/
}
.index-about .left-cont {
    width: 50%;
    float: left;
    margin-top: var(--fs100);
    line-height: var(--fs34);
    font-size: var(--fs16);
    background: #fff
}
.index-about .right-cont {
    width: 40%;
    float: right;
}
.index-about .right-cont img {
    width: 100%;
    border: var(--fs20) solid #fff;
}
@media( max-width: 1200px) {
    .index-about .left-cont {
        width: 100%;
        padding: var(--fs34);
        background: #fff
    }
    .index-about .right-cont {
        width: 100%;
    }
    .index-about .right-cont img {
        width: 100%;
        border: var(--fs20) solid #fff;
    }
}
.team_box .swiper-title em {
    font-size: var(--fs18)
}
.team_box .swiper-title i {
    font-size: var(--fs14);
    font-style: none;
    margin-left: var(--fs12);
    color: #0e4290
}
.team_box .cont {
    padding: var(--fs10);
}
.team_box .li-box {
    background: #f8f8f8;
    transition: all 0.3s;
    display: inline-block;
}
.team_box .li-box:hover {
    color: #fff;
    background: #0e4290;
    display: block;
}
.team_box .li-box:hover div, .team_box .li-box:hover em, .team_box .li-box:hover i {
    color: #fff;
}
.info-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 2.4em;
    color: #333333;
    text-align: center;
}
.download {
    text-align: center;
}
.download a {
    background: var(--main-color);
    display: inline-block;
    overflow: hidden;
    border-radius: 10px;
    padding: var(--fs12);
}
.download span {
    --fill: #ffffff;
    background-color: var(--main-color);
    transition: all 0.3s;
    float: left;
    font-size: var(--fs12);
    width: var(--fs24);
    height: var(--fs24);
}
.download i {
    float: left;
    color: #fff;
    line-height: var(--fs24)
}
.indexClientMain {}
.indexClientMain .indexClientDesc {
    color: #000;
}
.indexClientMain .indexClientDesc .desc {
    overflow: hidden;
}
.indexClientMain .indexClientBox {
    padding: 15px 0px 0;
}
.indexClientMain .indexClientBox .commonweb {}
.indexClientMain .indexClientBox .indexClientData {}
.indexClientMain .indexClientBox .indexClientData .indexTitle {
    color: #000;
}
.indexClientMain .indexClientBox .indexClientDataList {}
.indexClientMain .indexClientBox .indexClientDataList .list {
    display: flex;
    padding-right: var(--fs52);
}
.indexClientMain .indexClientBox .indexClientDataList .list .numberBox {
    font-size: 14px;
    line-height: 1;
    color: #000;
    padding-bottom: 10px;
}
.indexClientMain .indexClientBox .indexClientDataList .list .numberBox span {
    font-size: var(--fs32);
    margin-right: 5px;
    font-family: 'Bronova';
    display: block;
    font-weight: bold;
    color: var(--main-color);
    font-weight: bold;
}
.indexClientMain .indexClientBox .indexClientDataList.animated .list:nth-child(2) .bar span {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
}
.indexClientMain .indexClientBox .indexClientDataList.animated .list:nth-child(3) .bar span {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
}
.indexClientMain .indexClientBox .indexClientListBox {
    margin-top: 35px;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.indexClientMain .indexClientBox .indexClientListBox .indexClientList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -1px -4px -1px 0px;
}
.indexClientMain .indexClientBox .indexClientListBox .indexClientList .list {
    width: 33.333%;
    margin: 0px 0px -1px -1px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.indexClientMain .indexClientBox .indexClientListBox .indexClientList .list img {
    width: 100%;
    display: block;
}
.indexClientMain .indexClientBox .indexClientListBox .indexClientList .list:nth-child(3n) {
    border-right: none;
}
@media (min-width: 768px) {
    .indexClientMain .indexClientDesc {
        font-size: 2.813vw;
        line-height: 3.375vw;
        padding: 5vw 0vw 3.75vw;
    }
    .indexClientMain .indexClientBox {
        padding: 2.188vw 0vw 5vw;
    }
    .indexClientMain .indexClientBox .indexClientData {}
    .indexClientMain .indexClientBox .indexClientDataList {}
    .indexClientMain .indexClientBox .indexClientDataList .list {
        padding-right: var(--fs52);
    }
    .indexClientMain .indexClientBox .indexClientDataList .list .numberBox {
        font-size: 0.938vw;
        padding-bottom: 0.625vw;
    }
    .indexClientMain .indexClientBox .indexClientDataList .list .numberBox span {
        margin-right: 0.313vw;
    }
    .indexClientMain .indexClientBox .indexClientDataList .list .bar {
        height: 0.5vw;
    }
    .indexClientMain .indexClientBox .indexClientDataList .list:nth-child(2) .bar {
        width: 75%;
    }
    .indexClientMain .indexClientBox .indexClientDataList .list:nth-child(3) .bar {
        width: 57%;
    }
    .indexClientMain .indexClientBox .indexClientDataList.animated .list .bar span {
        width: 100%;
    }
    .indexClientMain .indexClientBox .indexClientListBox {
        margin-top: 3.75vw;
        width: 50.75vw;
        height: 100%;
    }
    .indexClientMain .indexClientBox .indexClientListBox .indexClientList {
        margin: -0.063vw -0.375vw -0.063vw 0vw;
    }
    .indexClientMain .indexClientBox .indexClientListBox .indexClientList .list {
        width: 20%;
        margin: 0vw 0vw -0.063vw -0.063vw;
    }
    .indexClientMain .indexClientBox .indexClientListBox .indexClientList .list:nth-child(3n) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }
    .indexClientMain .indexClientBox .indexClientListBox .indexClientList .list:nth-child(5n) {
        border-right: none;
    }
}
@media (min-width: 1200px) {
    .header {
        padding: 0vw;
    }
    .indexClientMain .indexClientDesc {
        font-size: 2.344vw;
        line-height: 2.813vw;
        padding: 4.167vw 0vw 3.125vw;
    }
    .indexClientMain .indexClientBox {
        padding: 1.823vw 0vw 4.167vw;
    }
    .indexClientMain .indexClientBox .indexClientData {}
    .indexClientMain .indexClientBox .indexClientDataList {}
    .indexClientMain .indexClientBox .indexClientDataList .list {
        padding-right: var(--fs52);
    }
    .indexClientMain .indexClientBox .indexClientDataList .list .numberBox {
        font-size: 0.781vw;
        padding-bottom: 0.521vw;
    }
    .indexClientMain .indexClientBox .indexClientDataList .list .numberBox span {
        margin-right: 0.26vw;
        color: var(--main-color);
        font-weight: bold;
        font-size: var(--fs52);
        margin-right: 5px;
    }
    .indexClientMain .indexClientBox .indexClientDataList .list .bar {
        height: 0.417vw;
    }
    .indexClientMain .indexClientBox .indexClientDataList .list:nth-child(2) .bar {
        width: 75%;
    }
    .indexClientMain .indexClientBox .indexClientDataList .list:nth-child(3) .bar {
        width: 57%;
    }
    .indexClientMain .indexClientBox .indexClientDataList.animated .list .bar span {
        width: 100%;
    }
    .indexClientMain .indexClientBox .indexClientListBox {
        margin-top: 3.125vw;
        width: 48.958vw;
        height: 100%;
    }
    .indexClientMain .indexClientBox .indexClientListBox .indexClientList {
        margin: -0.052vw -0.313vw -0.052vw 0vw;
    }
    .indexClientMain .indexClientBox .indexClientListBox .indexClientList .list {
        width: 20%;
        margin: 0vw 0vw -0.052vw -0.052vw;
    }
}
@media (min-width: 1600px) {
    .indexClientMain .indexClientDesc {
        font-size: 45px;
        line-height: 54px;
        padding: 80px 0px 60px;
    }
    .indexClientMain .indexClientBox {
        padding: 35px 0px 80px;
    }
    .indexClientMain .indexClientBox .indexClientData {}
    .indexClientMain .indexClientBox .indexClientDataList {
        float: left
    }
    .indexClientMain .indexClientBox .indexClientDataList .list {
        padding-right: var(--fs52);
    }
    .indexClientMain .indexClientBox .indexClientDataList .list .numberBox {
        font-size: 15px;
        padding-bottom: 10px;
    }
    .indexClientMain .indexClientBox .indexClientDataList .list .numberBox span {
        color: var(--main-color);
        font-weight: bold;
        margin-right: 5px;
    }
    .indexClientMain .indexClientBox .indexClientListBox {
        margin-top: 60px;
        width: 940px;
        height: 100%;
    }
    .indexClientMain .indexClientBox .indexClientListBox .indexClientList {
        margin: -1px -6px -1px 0px;
    }
    .indexClientMain .indexClientBox .indexClientListBox .indexClientList .list {
        width: 20%;
        margin: 0px 0px -1px -1px;
    }
}
/*案例中心*/

.service-wrap9 {
    /*display:none;*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background: #0b1835;
    padding-bottom: 0.5rem;
    text-align: center;
    font-size: var(--fs18)
}
.service-wrap9 .mySwipercase {
    padding-top: 0.5rem;
}
.service-wrap9 .fp-tableCell {
    vertical-align: middle;
}
.service-wrap9 .i_title .h3 {
    color: #fff;
}
.service-wrap9 .i_title .p {
    color: rgba(255, 255, 255, 0.59);
    margin-top: 1.5%;
}
.service-wrap9 .swiper-container {
    overflow: visible;
}
.service-wrap9 .swiper-box {
    position: relative;
    margin-top: 2%;
}
.service-wrap9 .btns .btn {
    position: absolute;
    top: 0%;
    z-index: 1;
    width: 20%;
    height: 430px;
    cursor: pointer;
    transition: all 0.3s;
}
.service-wrap9 .btns .btn:hover {
    opacity: 0.8;
    filter: Alpha(opacity=80);
}
.service-wrap9 .btns .prev {
    left: 6%;
    background: url(../../../statics/jiazy/images/left2.png) center center no-repeat;
    background-size: 22px 42px;
}
.service-wrap9 .btns .next {
    right: 6%;
    background: url(../../../statics/jiazy/images/right2.png) center center no-repeat;
    background-size: 22px 42px;
}
.service-wrap9 .swiper-container {
    margin: 0 auto;
    overflow: hidden;
}
.service-wrap9 .swiper-slide {
    width: 675px;
}
.service-wrap9 .swiper-slide .box {
    display: block;
    border: 1px solid #dddddd;
    padding: 40px 50px 30px;
    text-align: center;
    color: #666666;
    background: #fff;
}
.service-wrap9 .swiper-slide .box:hover {
    color: #006ad3;
}
.service-wrap9 .swiper-slide .img {
    text-align: center;
    overflow: hidden;
}
.service-wrap9 .swiper-slide .img img {
    display: block;
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.service-wrap9 .swiper-slide.swiper-slide-active .img:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.service-wrap9 .swiper-slide.swiper-slide-active .img {
    margin-top: 2%;
}
.service-wrap9 .swiper-slide.swiper-slide-active .txt {
    opacity: 1.0;
    filter: Alpha(opacity=100);
}
.service-wrap9 .swiper-slide .txt {
    opacity: 0;
    filter: Alpha(opacity=0);
    max-width: 880px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}
.service-wrap9 .swiper-slide .txt .h3 {
    color: #fff;
    overflow: hidden;
    margin-top: 3%;
    font-weight: normal;
    line-height: 1.2;
}
.service-wrap9 .swiper-slide .txt .desc {
    color: #fff;
    overflow: hidden;
    margin-top: 1%;
    font-size: 18px;
    line-height: 1.8;
}
.service-wrap9 .swiper-slide .txt .p {
    color: #888888;
    overflow: hidden;
    margin-top: 2%;
    font-size: 16px;
    line-height: 1.8;
}
@media screen and (max-width: 1400px) {
    /*第九*/
    .service-wrap9 .btns .prev {
        left: 4%;
        background-position: 70% center;
    }
    .service-wrap9 .btns .next {
        right: 4%;
        background-position: 30% center;
    }
}
@media screen and (max-width: 1200px) {
    /*第九*/
    .service-wrap9 .btns .prev {
        left: 0%;
    }
    .service-wrap9 .btns .next {
        right: 0%;
    }
    .service-wrap9 .swiper-box {
        margin-bottom: 5%;
    }
}
@media screen and (max-width: 1100px) {
    /*第九*/
    .service-wrap9 .btns .btn {
        width: 17%;
    }
}
@media screen and (max-width: 960px) {
    /*第九*/
    /*.service-wrap9 .btns .prev {left: 4%;}
.service-wrap9 .btns .next { right:4%;}*/
    .service-wrap9 .btns .btn {
        width: 12%;
    }
    .service-wrap9 .btns .prev {
        background-position: 50% center;
    }
    .service-wrap9 .btns .next {
        background-position: 50% center;
    }
    .service-wrap9 .swiper-slide .txt .desc {
        font-size: 16px;
    }
    .service-wrap9 .swiper-slide .txt .p {
        font-size: 14px;
    }
}
@media screen and (max-width: 789px) {}
@media screen and (max-width: 780px) {
    /*第九*/
    /*.service-wrap9 .btns .prev {left: 2%;}
.service-wrap9 .btns .next { right:2%;}*/
    .service-wrap9 .swiper-slide {
        width: 100%;
    }
}
@media screen and (max-width: 640px) {
    /*第九*/
    .service-wrap9 .swiper-slide .txt .desc {
        font-size: 14px;
    }
    .service-wrap9 .swiper-slide .txt .p {
        font-size: 13px;
    }
}
@media screen and (max-width: 480px) {
    /*第九*/
    .service-wrap9 .i_title .p {
        margin-top: 2%;
    }
    .service-wrap9 .swiper-slide .txt .desc {
        font-size: 13px;
    }
    .service-wrap9 .swiper-slide .txt .p {
        font-size: 12px;
    }
    .service-wrap9 .btns .btn {
        top: 30%;
        width: 18px;
        height: 34px;
        background-size: 100% 100%;
    }
    .service-wrap9 .btns .prev {
        left: 2%;
    }
    .service-wrap9 .btns .next {
        right: 2%;
    }
}
@media screen and (max-width: 420px) {
    /*第九*/
    .service-wrap9 .btns .btn {
        top: 26%;
    }
}
.service-wrap4 {
    background: #f5f8fa;
    overflow: hidden;
}
.service-wrap4 .i_title {
    margin-top: 0%;
}
.i_three {
    margin-bottom: 4%;
    display: block;
    overflow: hidden;
}
.i_three ul li {
    float: left;
    background: #fff;
    width: 19.2%;
    margin-right: 1%;
    margin-bottom: 2%;
    overflow: hidden;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.i_three ul li:hover {
    background: #0e4290;
}
.i_three ul li:nth-child(5n) {
    margin-right: 0;
}
/*.i_three ul li:hover{ background:#e7841f;}*/

.i_three ul li a {
    display: block;
}
.i_three ul li .box {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    max-width: 350px;
    margin-top: 18%;
    margin-bottom: 18%;
}
.i_three ul li .imgs {
    width: 72px;
    height: 72px;
    float: left;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
    transition: all 0.3s;
    margin-right: 20px;
}
/*.i_three ul li :hover .imgs{transform: translate(0%, -5px);}*/

.i_three ul li .filter {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    border: 0;
    left: -100%;
    top: -100%;
    background: #bd0a00;
    overflow: hidden;
}
.i_three ul li .filter.trans {
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    /* backface-visibility: hidden;*/
}
.i_three ul li .imgs img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}
.i_three ul li .imgs img.img2 {
    opacity: 0;
    filter: Alpha(opacity=0);
}
.i_three ul li:hover .imgs img.img2 {
    opacity: 1.0;
    filter: Alpha(opacity=100);
}
.i_three ul li:hover .imgs img.img1 {
    opacity: 0;
    filter: Alpha(opacity=0);
}
.i_three ul li .txts {
    overflow: hidden;
    text-align: left;
}
.i_three ul li .txts .h3 {
    font-weight: bold;
    color: #222222;
    transition: all 0.3s;
    font-size: var(--fs18);
    height: var(--fs42);
    line-height: var(--fs21)
}
.i_three ul li:hover .txts .h3 {
    color: #fff;
}
.i_three ul li .txts .p {
    margin-top: 7px;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #222222;
    font-size: var(--fs12);
    transition: all 0.3s;
    height: var(--fs42);
    line-height: var(--fs21)
}
.i_three ul li:hover .txts .p {
    color: #fff;
}
@media screen and (max-width: 1500px) {
    /*优势*/
    .i_three ul li {
        width: 24%;
        margin-right: 1%;
    }
    .i_three ul li:nth-child(4n) {
        margin-right: 0;
    }
    .i_three ul li:nth-child(5n) {
        margin-right: 1%;
    }
    .i_three ul li .txts .p {}
    .i_three ul li .imgs {
        margin-right: 12px;
    }
}
@media screen and (max-width: 1200px) {
    /*优势*/
    .i_three ul li {
        width: 32%;
    }
    .service-wrap4 .i_title {
        margin-top: 8%;
    }
    .i_three {
        margin-bottom: 5%;
    }
    .i_three ul li .txts .p {}
    .i_three ul li:nth-child(3n) {
        margin-right: 0;
    }
    .i_three ul li:nth-child(5n), .i_three ul li:nth-child(4n) {
        margin-right: 1%;
    }
}
@media screen and (max-width: 992px) {
    /*优势*/
    .i_three ul li .txts .h3 {
        font-size: 16px
    }
    .i_three ul li .txts .p {
        font-size: 12px;
        line-height: 16px;
        height: 32px
    }
    .i_three ul li {
        width: 24%;
    }
    .i_three ul li {
        width: 49%;
        margin-bottom: 3%;
    }
    .i_three ul li:nth-child(3n) {
        margin-right: 2%;
    }
    .i_three ul li:nth-child(2n) {
        margin-right: 0;
    }
    .i_three ul li .box {
        margin-top: 15%;
        margin-bottom: 15%;
    }
}
@media screen and (max-width: 640px) {
    /*优势*/
    .i_three ul li .imgs {
        width: 60px;
        height: 60px;
        margin-right: 10px;
    }
    .i_three ul li .txts .h3 {}
    .i_three ul li .box {
        margin-top: 12%;
        margin-bottom: 12%;
    }
    .i_three ul li .txts .p {}
}
@media screen and (max-width: 480px) {
    /*优势*/
    .i_three ul li {
        margin-right: 0;
        float: left;
    }
    .i_three ul li .box {
        margin-top: 8%;
        margin-bottom: 8%;
    }
    .i_three ul li .txts .h3 {
        font-size: 16px;
        height: 40px;
        line-height: 20px
    }
    .i_three ul li .imgs {
        width: 20%
    }
    .i_three ul li .imgs img {
        height: auto
    }
    .i_three ul li .txts .p {
        display: none;
    }
}
@media screen and (max-width: 360px) {
    /*优势*/
    .i_three ul li .box {
        width: 94%;
    }
    .i_three ul li .imgs {
        width: 56px;
        height: 56px;
        margin-right: 8px;
    }
    .i_three ul li .txts .p {}
}